#EADD99

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

Shades of Primrose #EADD99

Tints of Primrose #EADD99

Color information

#EADD99 (or 0xEADD99) is unknown color: approx Primrose. HEX triplet: EA, DD and 99. RGB value is (234,221,153). Sum of RGB (Red+Green+Blue) = 234+221+153=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD99 is #152266. Grayscale: #D9D9D9. Windows color (decimal): -1385063 or 10083818. OLE color: 10083818.

HSL color Cylindrical-coordinate representation of color #EADD99: hue angle of 50.37º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EADD99 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234221153-
CMYK00.060.350.08
HSL50.37º65.85%75.88%-
HSV(B)50.37º34.62%91.76%-
XYZ65.5471.5140.48-
YUV217.1491.81140.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 153 (60.16% from 255) = 25.16%
R=38.49%
G=36.35%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422115300.060.350.0850.3765.8575.88
HexEADD990623832424c
Octal35233523106431062102114
Binary1110101011011101100110010110100011100011001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD99; }

 p { color: rgb(234,221,153); }

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

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

 a { background-color: rgb(234,221,153); }

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

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

 span { border-color: rgb(234,221,153); }

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