Html Css Color HEX #E7D67E Flax

📋 copy color: '#E7D67E'

red 231 ◦ green 214 ◦ blue 126

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

Shades of Flax #E7D67E

Tints of Flax #E7D67E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.48%

 BLUE value IS 126 (49.61% from 255) = 22.07%

R = 40.46%
G = 37.48%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7D67E (or 0xE7D67E) is known color: Flax. HEX triplet: E7, D6 and 7E. RGB value is (231,214,126). Sum of RGB (Red+Green+Blue) = 231+214+126=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D67E is #182981. Grayscale: #D1D1D1. Windows color (decimal): -1583490 or 8312551. OLE color: 8312551.

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

Color convert

RGB 231 214 126 -
CMYK 0 0.07 0.45 0.09
HSL 50.29º 0.69% 0.7% -
HSV(B) 50.29º 0.45% 0.91% -
XYZ 60.77 66.59 29.39 -
YUV 209.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 231 214 126 0 0.07 0.45 0.09 50.29 0.69 0.7
Hex E7 D6 7E 0 7 2D 9 32 45 46
Octal 347 326 176 0 7 55 11 62 105 106
Binary 11100111 11010110 1111110 0 111 101101 1001 110010 1000101 1000110

Color Harmonies of #E7D67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D67E

Black with #E7D67E

Text Example


Text Example

White with #E7D67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D67E; }

 p { color: rgb(231,214,126); }

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

background-color css

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

 a { background-color: rgb(231,214,126); }

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

border-color css

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

 span { border-color: rgb(231,214,126); }

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