#E8DA8B

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

Shades of Primrose #E8DA8B

Tints of Primrose #E8DA8B

Color information

#E8DA8B (or 0xE8DA8B) is unknown color: approx Primrose. HEX triplet: E8, DA and 8B. RGB value is (232,218,139). Sum of RGB (Red+Green+Blue) = 232+218+139=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA8B is #172574. Grayscale: #D5D5D5. Windows color (decimal): -1516917 or 9165544. OLE color: 9165544.

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

Color convert

RGB232218139-
CMYK00.060.400.09
HSL50.97º66.91%72.75%-
HSV(B)50.97º40.09%90.98%-
XYZ63.0169.1634.45-
YUV213.1886.14141.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=39.39%
G=37.01%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221813900.060.400.0950.9766.9172.75
HexE8DA8B06289334349
Octal35033221306501163103111
Binary1110100011011010100010110110101000100111001110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA8B; }

 p { color: rgb(232,218,139); }

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

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

 a { background-color: rgb(232,218,139); }

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

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

 span { border-color: rgb(232,218,139); }

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