Html Css Color HEX #E5D67F Flax

📋 copy color: '#E5D67F'

red 229 ◦ green 214 ◦ blue 127

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

Shades of Flax #E5D67F

Tints of Flax #E5D67F

RGB

 RED value IS 229 (89.84% from 255) = 40.18%

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

 BLUE value IS 127 (50% from 255) = 22.28%

R = 40.18%
G = 37.54%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5D67F (or 0xE5D67F) is known color: Flax. HEX triplet: E5, D6 and 7F. RGB value is (229,214,127). Sum of RGB (Red+Green+Blue) = 229+214+127=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D67F is #1A2980. Grayscale: #D0D0D0. Windows color (decimal): -1714561 or 8378085. OLE color: 8378085.

HSL color Cylindrical-coordinate representation of color #E5D67F: hue angle of 51.18º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5D67F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 127 -
CMYK 0 0.07 0.45 0.10
HSL 51.18º 0.66% 0.7% -
HSV(B) 51.18º 0.45% 0.9% -
XYZ 60.19 66.28 29.7 -
YUV 208.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 229 214 127 0 0.07 0.45 0.10 51.18 0.66 0.7
Hex E5 D6 7F 0 7 2D A 33 42 46
Octal 345 326 177 0 7 55 12 63 102 106
Binary 11100101 11010110 1111111 0 111 101101 1010 110011 1000010 1000110

Color Harmonies of #E5D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D67F

Black with #E5D67F

Text Example


Text Example

White with #E5D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D67F; }

 p { color: rgb(229,214,127); }

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

background-color css

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

 a { background-color: rgb(229,214,127); }

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

border-color css

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

 span { border-color: rgb(229,214,127); }

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