#EADD97

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

Shades of Primrose #EADD97

Tints of Primrose #EADD97

Color information

#EADD97 (or 0xEADD97) is unknown color: approx Primrose. HEX triplet: EA, DD and 97. RGB value is (234,221,151). Sum of RGB (Red+Green+Blue) = 234+221+151=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD97 is #152268. Grayscale: #D9D9D9. Windows color (decimal): -1385065 or 9952746. OLE color: 9952746.

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

Color convert

RGB234221151-
CMYK00.060.350.08
HSL50.6º66.4%75.49%-
HSV(B)50.6º35.47%91.76%-
XYZ65.3771.4439.62-
YUV216.9190.81140.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=38.61%
G=36.47%
B=24.92%

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
Decimal23422115100.060.350.0850.666.475.49
HexEADD970623833424b
Octal35233522706431063102113
Binary1110101011011101100101110110100011100011001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD97; }

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

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

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

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

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

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

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

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