#E7DF8A

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

Shades of Primrose #E7DF8A

Tints of Primrose #E7DF8A

Color information

#E7DF8A (or 0xE7DF8A) is unknown color: approx Primrose. HEX triplet: E7, DF and 8A. RGB value is (231,223,138). Sum of RGB (Red+Green+Blue) = 231+223+138=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DF8A is #182075. Grayscale: #D8D8D8. Windows color (decimal): -1581174 or 9101287. OLE color: 9101287.

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

Color convert

RGB231223138-
CMYK00.030.400.09
HSL54.84º65.96%72.35%-
HSV(B)54.84º40.26%90.59%-
XYZ63.9371.634.5-
YUV215.784.15138.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 138 (54.30% from 255) = 23.31%
R=39.02%
G=37.67%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122313800.030.400.0954.8465.9672.35
HexE7DF8A03289374248
Octal34733721203501167102110
Binary111001111101111110001010011101000100111011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DF8A; }

 p { color: rgb(231,223,138); }

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

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

 a { background-color: rgb(231,223,138); }

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

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

 span { border-color: rgb(231,223,138); }

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