#EDF74B

Color #EDF74B Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EDF74B

Tints of Paris Daisy #EDF74B

Color information

#EDF74B (or 0xEDF74B) is unknown color: approx Paris Daisy. HEX triplet: ED, F7 and 4B. RGB value is (237,247,75). Sum of RGB (Red+Green+Blue) = 237+247+75=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF74B is #1208B4. Grayscale: #E1E1E1. Windows color (decimal): -1181877 or 4978669. OLE color: 4978669.

HSL color Cylindrical-coordinate representation of color #EDF74B: hue angle of 63.49º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF74B is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB23724775-
CMYK0.0400.700.03
HSL63.49º91.49%63.14%-
HSV(B)63.49º69.64%96.86%-
XYZ69.4685.0319.41-
YUV224.443.69136.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 247 (96.88% from 255) = 44.19%
BLUE value IS 75 (29.69% from 255) = 13.42%
R=42.40%
G=44.19%
B=13.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237247750.0400.700.0363.4991.4963.14
HexEDF74B404633f5b3f
Octal3553671134010637713377
Binary1110110111110111100101110001000110111111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF74B; }

 p { color: rgb(237,247,75); }

 H1.HeaderClassName
 {
   color: #EDF74B;
 }
 .AnyTagClassName
 {
   color: #EDF74B;
 }
</style>
background-color css

<style>
 a { background-color: #EDF74B; }

 a { background-color: rgb(237,247,75); }

 div.DivClassName
 {
   background-color: #EDF74B;
 }
 .BgClassName
 {
   background-color: #EDF74B;
 }
</style>
border-color css

<style>
 span { border-color: #EDF74B; }

 span { border-color: rgb(237,247,75); }

 td.TdClassName
 {
   border-color: #EDF74B;
 }
 .TagClassName
 {
   border-color: #EDF74B;
 }
</style>