#EAF84B

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

Shades of Paris Daisy #EAF84B

Tints of Paris Daisy #EAF84B

Color information

#EAF84B (or 0xEAF84B) is unknown color: approx Paris Daisy. HEX triplet: EA, F8 and 4B. RGB value is (234,248,75). Sum of RGB (Red+Green+Blue) = 234+248+75=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF84B is #1507B4. Grayscale: #E0E0E0. Windows color (decimal): -1378229 or 4978922. OLE color: 4978922.

HSL color Cylindrical-coordinate representation of color #EAF84B: hue angle of 64.86º degrees, saturation: 0.93, 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 #EAF84B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB23424875-
CMYK0.0600.700.03
HSL64.86º92.51%63.33%-
HSV(B)64.86º69.76%97.25%-
XYZ68.7785.1419.46-
YUV224.0943.86135.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 248 (97.27% from 255) = 44.52%
BLUE value IS 75 (29.69% from 255) = 13.46%
R=42.01%
G=44.52%
B=13.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234248750.0600.700.0364.8692.5163.33
HexEAF84B60463415d3f
Octal35237011360106310113577
Binary11101010111110001001011110010001101110000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF84B; }

 p { color: rgb(234,248,75); }

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

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

 a { background-color: rgb(234,248,75); }

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

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

 span { border-color: rgb(234,248,75); }

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