#E8DF8B

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

Shades of Primrose #E8DF8B

Tints of Primrose #E8DF8B

Color information

#E8DF8B (or 0xE8DF8B) is unknown color: approx Primrose. HEX triplet: E8, DF and 8B. RGB value is (232,223,139). Sum of RGB (Red+Green+Blue) = 232+223+139=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF8B is #172074. Grayscale: #D8D8D8. Windows color (decimal): -1515637 or 9166824. OLE color: 9166824.

HSL color Cylindrical-coordinate representation of color #E8DF8B: hue angle of 54.19º 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 #E8DF8B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB232223139-
CMYK00.040.400.09
HSL54.19º66.91%72.75%-
HSV(B)54.19º40.09%90.98%-
XYZ64.3371.834.89-
YUV216.1184.48139.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 139 (54.69% from 255) = 23.40%
R=39.06%
G=37.54%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222313900.040.400.0954.1966.9172.75
HexE8DF8B04289364349
Octal35033721304501166103111
Binary1110100011011111100010110100101000100111011010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DF8B; }

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

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

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

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

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

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

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

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