#E8DE9B

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

Shades of Primrose #E8DE9B

Tints of Primrose #E8DE9B

Color information

#E8DE9B (or 0xE8DE9B) is unknown color: approx Primrose. HEX triplet: E8, DE and 9B. RGB value is (232,222,155). Sum of RGB (Red+Green+Blue) = 232+222+155=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DE9B is #172164. Grayscale: #D9D9D9. Windows color (decimal): -1515877 or 10215144. OLE color: 10215144.

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

Color convert

RGB232222155-
CMYK00.040.330.09
HSL52.21º62.6%75.88%-
HSV(B)52.21º33.19%90.98%-
XYZ65.3271.7641.42-
YUV217.3592.81138.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=38.10%
G=36.45%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222215500.040.330.0952.2162.675.88
HexE8DE9B04219343f4c
Octal3503362330441116477114
Binary111010001101111010011011010010000110011101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DE9B; }

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

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

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

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

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

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

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

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