#E7D58A

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

Shades of Flax #E7D58A

Tints of Flax #E7D58A

Color information

#E7D58A (or 0xE7D58A) is unknown color: approx Flax. HEX triplet: E7, D5 and 8A. RGB value is (231,213,138). Sum of RGB (Red+Green+Blue) = 231+213+138=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D58A is #182A75. Grayscale: #D2D2D2. Windows color (decimal): -1583734 or 9098727. OLE color: 9098727.

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

Color convert

RGB231213138-
CMYK00.080.400.09
HSL48.39º65.96%72.35%-
HSV(B)48.39º40.26%90.59%-
XYZ61.3466.4133.63-
YUV209.8387.46143.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.69%
GREEN value IS 213 (83.59% from 255) = 36.60%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=39.69%
G=36.60%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121313800.080.400.0948.3965.9672.35
HexE7D58A08289304248
Octal347325212010501160102110
Binary11100111110101011000101001000101000100111000010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D58A; }

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

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

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

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

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

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

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

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