#EBF24D

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

Shades of Paris Daisy #EBF24D

Tints of Paris Daisy #EBF24D

Color information

#EBF24D (or 0xEBF24D) is unknown color: approx Paris Daisy. HEX triplet: EB, F2 and 4D. RGB value is (235,242,77). Sum of RGB (Red+Green+Blue) = 235+242+77=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 77 (30.47% from 255 or 13.90% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF24D is #140DB2. Grayscale: #DDDDDD. Windows color (decimal): -1314227 or 5108459. OLE color: 5108459.

HSL color Cylindrical-coordinate representation of color #EBF24D: hue angle of 62.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBF24D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB23524277-
CMYK0.0300.680.05
HSL62.55º86.39%62.55%-
HSV(B)62.55º68.18%94.9%-
XYZ67.3581.719.24-
YUV221.146.68137.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 77 (30.47% from 255) = 13.90%
R=42.42%
G=43.68%
B=13.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235242770.0300.680.0562.5586.3962.55
HexEBF24D304453f563f
Octal3533621153010457712677
Binary1110101111110010100110111010001001011111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF24D; }

 p { color: rgb(235,242,77); }

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

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

 a { background-color: rgb(235,242,77); }

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

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

 span { border-color: rgb(235,242,77); }

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