#EAFB4D

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

Shades of Paris Daisy #EAFB4D

Tints of Paris Daisy #EAFB4D

Color information

#EAFB4D (or 0xEAFB4D) is unknown color: approx Paris Daisy. HEX triplet: EA, FB and 4D. RGB value is (234,251,77). Sum of RGB (Red+Green+Blue) = 234+251+77=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 77 (30.47% from 255 or 13.70% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFB4D is #1504B2. Grayscale: #E2E2E2. Windows color (decimal): -1377459 or 5110762. OLE color: 5110762.

HSL color Cylindrical-coordinate representation of color #EAFB4D: hue angle of 65.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAFB4D is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB23425177-
CMYK0.0700.690.02
HSL65.86º95.6%64.31%-
HSV(B)65.86º69.32%98.43%-
XYZ69.7787.0220.14-
YUV226.0843.87133.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 77 (30.47% from 255) = 13.70%
R=41.64%
G=44.66%
B=13.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234251770.0700.690.0265.8695.664.31
HexEAFB4D70452426040
Octal352373115701052102140100
Binary111010101111101110011011110100010110100001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB4D; }

 p { color: rgb(234,251,77); }

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

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

 a { background-color: rgb(234,251,77); }

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

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

 span { border-color: rgb(234,251,77); }

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