Html Css Color HEX #E7D68A Flax

📋 copy color: '#E7D68A'

red 231 ◦ green 214 ◦ blue 138

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

Shades of Flax #E7D68A

Tints of Flax #E7D68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.67%

R = 39.62%
G = 36.71%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7D68A (or 0xE7D68A) is known color: Flax. HEX triplet: E7, D6 and 8A. RGB value is (231,214,138). Sum of RGB (Red+Green+Blue) = 231+214+138=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D68A is #182975. Grayscale: #D2D2D2. Windows color (decimal): -1583478 or 9098983. OLE color: 9098983.

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

Color convert

RGB 231 214 138 -
CMYK 0 0.07 0.40 0.09
HSL 49.03º 0.66% 0.72% -
HSV(B) 49.03º 0.4% 0.91% -
XYZ 61.59 66.92 33.71 -
YUV 210.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 231 214 138 0 0.07 0.40 0.09 49.03 0.66 0.72
Hex E7 D6 8A 0 7 28 9 31 42 48
Octal 347 326 212 0 7 50 11 61 102 110
Binary 11100111 11010110 10001010 0 111 101000 1001 110001 1000010 1001000

Color Harmonies of #E7D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D68A

Black with #E7D68A

Text Example


Text Example

White with #E7D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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