Html Css Color HEX #E8D67E Flax

📋 copy color: '#E8D67E'

red 232 ◦ green 214 ◦ blue 126

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

Shades of Flax #E8D67E

Tints of Flax #E8D67E

RGB

 RED value IS 232 (91.02% from 255) = 40.56%

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

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

R = 40.56%
G = 37.41%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8D67E (or 0xE8D67E) is known color: Flax. HEX triplet: E8, D6 and 7E. RGB value is (232,214,126). Sum of RGB (Red+Green+Blue) = 232+214+126=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D67E is #172981. Grayscale: #D1D1D1. Windows color (decimal): -1517954 or 8312552. OLE color: 8312552.

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

Color convert

RGB 232 214 126 -
CMYK 0 0.08 0.46 0.09
HSL 49.81º 0.7% 0.7% -
HSV(B) 49.81º 0.46% 0.91% -
XYZ 61.09 66.76 29.4 -
YUV 209.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 232 214 126 0 0.08 0.46 0.09 49.81 0.7 0.7
Hex E8 D6 7E 0 8 2E 9 32 46 46
Octal 350 326 176 0 10 56 11 62 106 106
Binary 11101000 11010110 1111110 0 1000 101110 1001 110010 1000110 1000110

Color Harmonies of #E8D67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D67E

Black with #E8D67E

Text Example


Text Example

White with #E8D67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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