#EAFE4D

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

Shades of Paris Daisy #EAFE4D

Tints of Paris Daisy #EAFE4D

Color information

#EAFE4D (or 0xEAFE4D) is unknown color: approx Paris Daisy. HEX triplet: EA, FE and 4D. RGB value is (234,254,77). Sum of RGB (Red+Green+Blue) = 234+254+77=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 77 (30.47% from 255 or 13.63% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFE4D is #1501B2. Grayscale: #E4E4E4. Windows color (decimal): -1376691 or 5111530. OLE color: 5111530.

HSL color Cylindrical-coordinate representation of color #EAFE4D: hue angle of 66.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAFE4D is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB23425477-
CMYK0.0800.700.00
HSL66.78º98.88%64.9%-
HSV(B)66.78º69.69%99.61%-
XYZ70.7188.9120.46-
YUV227.8442.87132.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 254 (99.61% from 255) = 44.96%
BLUE value IS 77 (30.47% from 255) = 13.63%
R=41.42%
G=44.96%
B=13.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234254770.0800.700.0066.7898.8864.9
HexEAFE4D80460436341
Octal3523761151001060103143101
Binary111010101111111010011011000010001100100001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE4D; }

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

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

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

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

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

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

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

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