Html Css Color HEX #E0BA6E Chenin

📋 copy color: '#E0BA6E'

red 224 ◦ green 186 ◦ blue 110

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

Shades of Chenin #E0BA6E

Tints of Chenin #E0BA6E

RGB

 RED value IS 224 (87.89% from 255) = 43.08%

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 110 (43.36% from 255) = 21.15%

R = 43.08%
G = 35.77%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0BA6E (or 0xE0BA6E) is known color: Chenin. HEX triplet: E0, BA and 6E. RGB value is (224,186,110). Sum of RGB (Red+Green+Blue) = 224+186+110=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA6E is #1F4591. Grayscale: #BDBDBD. Windows color (decimal): -2049426 or 7256800. OLE color: 7256800.

HSL color Cylindrical-coordinate representation of color #E0BA6E: hue angle of 40º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0BA6E is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 110 -
CMYK 0 0.17 0.51 0.12
HSL 40º 0.65% 0.65% -
HSV(B) 40º 0.51% 0.88% -
XYZ 51.11 52.09 22.11 -
YUV 188.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 224 186 110 0 0.17 0.51 0.12 40 0.65 0.65
Hex E0 BA 6E 0 11 33 C 28 41 41
Octal 340 272 156 0 21 63 14 50 101 101
Binary 11100000 10111010 1101110 0 10001 110011 1100 101000 1000001 1000001

Color Harmonies of #E0BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA6E

Black with #E0BA6E

Text Example


Text Example

White with #E0BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA6E; }

 p { color: rgb(224,186,110); }

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

background-color css

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

 a { background-color: rgb(224,186,110); }

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

border-color css

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

 span { border-color: rgb(224,186,110); }

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