#E8DB8A

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

Shades of Primrose #E8DB8A

Tints of Primrose #E8DB8A

Color information

#E8DB8A (or 0xE8DB8A) is unknown color: approx Primrose. HEX triplet: E8, DB and 8A. RGB value is (232,219,138). Sum of RGB (Red+Green+Blue) = 232+219+138=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DB8A is #172475. Grayscale: #D5D5D5. Windows color (decimal): -1516662 or 9100264. OLE color: 9100264.

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

Color convert

RGB232219138-
CMYK00.060.410.09
HSL51.7º67.14%72.55%-
HSV(B)51.7º40.52%90.98%-
XYZ63.269.6534.16-
YUV213.6585.31141.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=39.39%
G=37.18%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221913800.060.410.0951.767.1472.55
HexE8DB8A06299344349
Octal35033321206511164103111
Binary1110100011011011100010100110101001100111010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DB8A; }

 p { color: rgb(232,219,138); }

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

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

 a { background-color: rgb(232,219,138); }

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

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

 span { border-color: rgb(232,219,138); }

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