Html Css Color HEX #E0BB70 Chenin

📋 copy color: '#E0BB70'

red 224 ◦ green 187 ◦ blue 112

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

Shades of Chenin #E0BB70

Tints of Chenin #E0BB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 42.83%
G = 35.76%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0BB70 (or 0xE0BB70) is known color: Chenin. HEX triplet: E0, BB and 70. RGB value is (224,187,112). Sum of RGB (Red+Green+Blue) = 224+187+112=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB70 is #1F448F. Grayscale: #BDBDBD. Windows color (decimal): -2049168 or 7388128. OLE color: 7388128.

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

Color convert

RGB 224 187 112 -
CMYK 0 0.17 0.50 0.12
HSL 40.18º 0.64% 0.66% -
HSV(B) 40.18º 0.5% 0.88% -
XYZ 51.44 52.56 22.76 -
YUV 189.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 224 187 112 0 0.17 0.50 0.12 40.18 0.64 0.66
Hex E0 BB 70 0 11 32 C 28 40 42
Octal 340 273 160 0 21 62 14 50 100 102
Binary 11100000 10111011 1110000 0 10001 110010 1100 101000 1000000 1000010

Color Harmonies of #E0BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BB70

Black with #E0BB70

Text Example


Text Example

White with #E0BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BB70; }

 p { color: rgb(224,187,112); }

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

background-color css

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

 a { background-color: rgb(224,187,112); }

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

border-color css

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

 span { border-color: rgb(224,187,112); }

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