#EADB8D

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

Shades of Primrose #EADB8D

Tints of Primrose #EADB8D

Color information

#EADB8D (or 0xEADB8D) is unknown color: approx Primrose. HEX triplet: EA, DB and 8D. RGB value is (234,219,141). Sum of RGB (Red+Green+Blue) = 234+219+141=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB8D is #152472. Grayscale: #D6D6D6. Windows color (decimal): -1385587 or 9296874. OLE color: 9296874.

HSL color Cylindrical-coordinate representation of color #EADB8D: hue angle of 50.32º 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 #EADB8D is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234219141-
CMYK00.060.400.08
HSL50.32º68.89%73.53%-
HSV(B)50.32º39.74%91.76%-
XYZ64.0770.0835.35-
YUV214.5986.47141.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 141 (55.47% from 255) = 23.74%
R=39.39%
G=36.87%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421914100.060.400.0850.3268.8973.53
HexEADB8D0628832454a
Octal35233321506501062105112
Binary1110101011011011100011010110101000100011001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB8D; }

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

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

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

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

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

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

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

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