#EADD91

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

Shades of Primrose #EADD91

Tints of Primrose #EADD91

Color information

#EADD91 (or 0xEADD91) is unknown color: approx Primrose. HEX triplet: EA, DD and 91. RGB value is (234,221,145). Sum of RGB (Red+Green+Blue) = 234+221+145=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD91 is #15226E. Grayscale: #D8D8D8. Windows color (decimal): -1385071 or 9559530. OLE color: 9559530.

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

Color convert

RGB234221145-
CMYK00.060.380.08
HSL51.24º67.94%74.31%-
HSV(B)51.24º38.03%91.76%-
XYZ64.971.2537.12-
YUV216.2287.81140.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 145 (57.03% from 255) = 24.17%
R=39%
G=36.83%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422114500.060.380.0851.2467.9474.31
HexEADD910626833444a
Octal35233522106461063104112
Binary1110101011011101100100010110100110100011001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD91; }

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

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

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

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

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

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

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

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