#E8DE97

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

Shades of Primrose #E8DE97

Tints of Primrose #E8DE97

Color information

#E8DE97 (or 0xE8DE97) is unknown color: approx Primrose. HEX triplet: E8, DE and 97. RGB value is (232,222,151). Sum of RGB (Red+Green+Blue) = 232+222+151=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DE97 is #172168. Grayscale: #D9D9D9. Windows color (decimal): -1515881 or 9953000. OLE color: 9953000.

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

Color convert

RGB232222151-
CMYK00.040.350.09
HSL52.59º63.78%75.1%-
HSV(B)52.59º34.91%90.98%-
XYZ64.9971.6339.68-
YUV216.990.81138.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.35%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=38.35%
G=36.69%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222215100.040.350.0952.5963.7875.1
HexE8DE970423935404b
Octal35033622704431165100113
Binary1110100011011110100101110100100011100111010110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DE97; }

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

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

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

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

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

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

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

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