Html Css Color HEX #E7D880 Flax

📋 copy color: '#E7D880'

red 231 ◦ green 216 ◦ blue 128

#E7D880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #E7D880

Tints of Flax #E7D880

RGB

 RED value IS 231 (90.63% from 255) = 40.17%

 GREEN value IS 216 (84.77% from 255) = 37.57%

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 40.17%
G = 37.57%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7D880 (or 0xE7D880) is known color: Flax. HEX triplet: E7, D8 and 80. RGB value is (231,216,128). Sum of RGB (Red+Green+Blue) = 231+216+128=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D880 is #18277F. Grayscale: #D2D2D2. Windows color (decimal): -1582976 or 8444135. OLE color: 8444135.

HSL color Cylindrical-coordinate representation of color #E7D880: hue angle of 51.26º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7D880 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 216 128 -
CMYK 0 0.06 0.45 0.09
HSL 51.26º 0.68% 0.7% -
HSV(B) 51.26º 0.45% 0.91% -
XYZ 61.41 67.66 30.25 -
YUV 210.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 231 216 128 0 0.06 0.45 0.09 51.26 0.68 0.7
Hex E7 D8 80 0 6 2D 9 33 44 46
Octal 347 330 200 0 6 55 11 63 104 106
Binary 11100111 11011000 10000000 0 110 101101 1001 110011 1000100 1000110

Color Harmonies of #E7D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D880

Black with #E7D880

Text Example


Text Example

White with #E7D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D880; }

 p { color: rgb(231,216,128); }

 H1.HeaderClassName
 {
   color: #E7D880;
 }
 .AnyTagClassName
 {
   color: #E7D880;
 }
</style>

background-color css

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

 a { background-color: rgb(231,216,128); }

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

border-color css

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

 span { border-color: rgb(231,216,128); }

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