Html Css Color HEX #E7DA80 Flax

📋 copy color: '#E7DA80'

red 231 ◦ green 218 ◦ blue 128

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

Shades of Flax #E7DA80

Tints of Flax #E7DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.78%

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

R = 40.03%
G = 37.78%
B = 22.18%

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

#E7DA80 (or 0xE7DA80) is known color: Flax. HEX triplet: E7, DA and 80. RGB value is (231,218,128). Sum of RGB (Red+Green+Blue) = 231+218+128=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA80 is #18257F. Grayscale: #D4D4D4. Windows color (decimal): -1582464 or 8444647. OLE color: 8444647.

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

Color convert

RGB 231 218 128 -
CMYK 0 0.06 0.45 0.09
HSL 52.43º 0.68% 0.7% -
HSV(B) 52.43º 0.45% 0.91% -
XYZ 61.92 68.69 30.42 -
YUV 211.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 231 218 128 0 0.06 0.45 0.09 52.43 0.68 0.7
Hex E7 DA 80 0 6 2D 9 34 44 46
Octal 347 332 200 0 6 55 11 64 104 106
Binary 11100111 11011010 10000000 0 110 101101 1001 110100 1000100 1000110

Color Harmonies of #E7DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA80

Black with #E7DA80

Text Example


Text Example

White with #E7DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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