#EADD9A

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

Shades of Primrose #EADD9A

Tints of Primrose #EADD9A

Color information

#EADD9A (or 0xEADD9A) is unknown color: approx Primrose. HEX triplet: EA, DD and 9A. RGB value is (234,221,154). Sum of RGB (Red+Green+Blue) = 234+221+154=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD9A is #152265. Grayscale: #D9D9D9. Windows color (decimal): -1385062 or 10149354. OLE color: 10149354.

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

Color convert

RGB234221154-
CMYK00.060.340.08
HSL50.25º65.57%76.08%-
HSV(B)50.25º34.19%91.76%-
XYZ65.6271.5440.92-
YUV217.2592.31139.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=38.42%
G=36.29%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422115400.060.340.0850.2565.5776.08
HexEADD9A0622832424c
Octal35233523206421062102114
Binary1110101011011101100110100110100010100011001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD9A; }

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

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

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

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

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

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

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

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