#EDF34B

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

Shades of Paris Daisy #EDF34B

Tints of Paris Daisy #EDF34B

Color information

#EDF34B (or 0xEDF34B) is unknown color: approx Paris Daisy. HEX triplet: ED, F3 and 4B. RGB value is (237,243,75). Sum of RGB (Red+Green+Blue) = 237+243+75=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 75 (29.69% from 255 or 13.51% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF34B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF34B is #120CB4. Grayscale: #DEDEDE. Windows color (decimal): -1182901 or 4977645. OLE color: 4977645.

HSL color Cylindrical-coordinate representation of color #EDF34B: hue angle of 62.14º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF34B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB23724375-
CMYK0.0200.690.05
HSL62.14º87.5%62.35%-
HSV(B)62.14º69.14%95.29%-
XYZ68.2582.6119.01-
YUV222.0545.01138.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 243 (95.31% from 255) = 43.78%
BLUE value IS 75 (29.69% from 255) = 13.51%
R=42.70%
G=43.78%
B=13.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237243750.0200.690.0562.1487.562.35
HexEDF34B204553e583e
Octal3553631132010557613076
Binary1110110111110011100101110010001011011111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF34B; }

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

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

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

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

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

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

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

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