#EADD8D

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

Shades of Primrose #EADD8D

Tints of Primrose #EADD8D

Color information

#EADD8D (or 0xEADD8D) is unknown color: approx Primrose. HEX triplet: EA, DD and 8D. RGB value is (234,221,141). Sum of RGB (Red+Green+Blue) = 234+221+141=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD8D is #152272. Grayscale: #D8D8D8. Windows color (decimal): -1385075 or 9297386. OLE color: 9297386.

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

Color convert

RGB234221141-
CMYK00.060.400.08
HSL51.61º68.89%73.53%-
HSV(B)51.61º39.74%91.76%-
XYZ64.671.1335.52-
YUV215.7785.81141-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=39.26%
G=37.08%
B=23.66%

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
Decimal23422114100.060.400.0851.6168.8973.53
HexEADD8D0628834454a
Octal35233521506501064105112
Binary1110101011011101100011010110101000100011010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD8D; }

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

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

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

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

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

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

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

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