#E8DE8D

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

Shades of Primrose #E8DE8D

Tints of Primrose #E8DE8D

Color information

#E8DE8D (or 0xE8DE8D) is unknown color: approx Primrose. HEX triplet: E8, DE and 8D. RGB value is (232,222,141). Sum of RGB (Red+Green+Blue) = 232+222+141=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DE8D is #172172. Grayscale: #D8D8D8. Windows color (decimal): -1515891 or 9297640. OLE color: 9297640.

HSL color Cylindrical-coordinate representation of color #E8DE8D: hue angle of 53.41º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8DE8D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB232222141-
CMYK00.040.390.09
HSL53.41º66.42%73.14%-
HSV(B)53.41º39.22%90.98%-
XYZ64.2171.3235.58-
YUV215.7685.81139.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.99%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=38.99%
G=37.31%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222214100.040.390.0953.4166.4273.14
HexE8DE8D04279354249
Octal35033621504471165102111
Binary1110100011011110100011010100100111100111010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DE8D; }

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

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

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

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

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

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

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

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