#E7DC8B

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

Shades of Primrose #E7DC8B

Tints of Primrose #E7DC8B

Color information

#E7DC8B (or 0xE7DC8B) is unknown color: approx Primrose. HEX triplet: E7, DC and 8B. RGB value is (231,220,139). Sum of RGB (Red+Green+Blue) = 231+220+139=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC8B is #182374. Grayscale: #D6D6D6. Windows color (decimal): -1581941 or 9166055. OLE color: 9166055.

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

Color convert

RGB231220139-
CMYK00.050.400.09
HSL52.83º65.71%72.55%-
HSV(B)52.83º39.83%90.59%-
XYZ63.2170.0434.61-
YUV214.0685.64140.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 139 (54.69% from 255) = 23.56%
R=39.15%
G=37.29%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122013900.050.400.0952.8365.7172.55
HexE7DC8B05289354249
Octal34733421305501165102111
Binary1110011111011100100010110101101000100111010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC8B; }

 p { color: rgb(231,220,139); }

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

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

 a { background-color: rgb(231,220,139); }

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

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

 span { border-color: rgb(231,220,139); }

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