#EADE8D

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

Shades of Primrose #EADE8D

Tints of Primrose #EADE8D

Color information

#EADE8D (or 0xEADE8D) is unknown color: approx Primrose. HEX triplet: EA, DE and 8D. RGB value is (234,222,141). Sum of RGB (Red+Green+Blue) = 234+222+141=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE8D is #152172. Grayscale: #D8D8D8. Windows color (decimal): -1384819 or 9297642. OLE color: 9297642.

HSL color Cylindrical-coordinate representation of color #EADE8D: hue angle of 52.26º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EADE8D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234222141-
CMYK00.050.400.08
HSL52.26º68.89%73.53%-
HSV(B)52.26º39.74%91.76%-
XYZ64.8671.6635.61-
YUV216.3585.48140.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 141 (55.47% from 255) = 23.62%
R=39.20%
G=37.19%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422214100.050.400.0852.2668.8973.53
HexEADE8D0528834454a
Octal35233621505501064105112
Binary1110101011011110100011010101101000100011010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE8D; }

 p { color: rgb(234,222,141); }

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

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

 a { background-color: rgb(234,222,141); }

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

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

 span { border-color: rgb(234,222,141); }

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