#EEED4D

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

Shades of Paris Daisy #EEED4D

Tints of Paris Daisy #EEED4D

Color information

#EEED4D (or 0xEEED4D) is unknown color: approx Paris Daisy. HEX triplet: EE, ED and 4D. RGB value is (238,237,77). Sum of RGB (Red+Green+Blue) = 238+237+77=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED4D is #1112B2. Grayscale: #DBDBDB. Windows color (decimal): -1118899 or 5107182. OLE color: 5107182.

HSL color Cylindrical-coordinate representation of color #EEED4D: hue angle of 59.63º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEED4D is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23823777-
CMYK00.000.680.07
HSL59.63º82.56%61.76%-
HSV(B)59.63º67.65%93.33%-
XYZ66.8879.2818.8-
YUV219.0647.83141.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.12%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 77 (30.47% from 255) = 13.95%
R=43.12%
G=42.93%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382377700.000.680.0759.6382.5661.76
HexEEED4D004473c533e
Octal3563551150010477412376
Binary111011101110110110011010010001001111111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEED4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEED4D; }

 p { color: rgb(238,237,77); }

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

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

 a { background-color: rgb(238,237,77); }

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

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

 span { border-color: rgb(238,237,77); }

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