Html Css Color HEX #E0BC70 Chenin

📋 copy color: '#E0BC70'

red 224 ◦ green 188 ◦ blue 112

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

Shades of Chenin #E0BC70

Tints of Chenin #E0BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 42.75%
G = 35.88%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0BC70 (or 0xE0BC70) is known color: Chenin. HEX triplet: E0, BC and 70. RGB value is (224,188,112). Sum of RGB (Red+Green+Blue) = 224+188+112=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC70 is #1F438F. Grayscale: #BEBEBE. Windows color (decimal): -2048912 or 7388384. OLE color: 7388384.

HSL color Cylindrical-coordinate representation of color #E0BC70: hue angle of 40.71º 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 #E0BC70 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 112 -
CMYK 0 0.16 0.50 0.12
HSL 40.71º 0.64% 0.66% -
HSV(B) 40.71º 0.5% 0.88% -
XYZ 51.65 52.98 22.83 -
YUV 190.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 224 188 112 0 0.16 0.50 0.12 40.71 0.64 0.66
Hex E0 BC 70 0 10 32 C 29 40 42
Octal 340 274 160 0 20 62 14 51 100 102
Binary 11100000 10111100 1110000 0 10000 110010 1100 101001 1000000 1000010

Color Harmonies of #E0BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC70

Black with #E0BC70

Text Example


Text Example

White with #E0BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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