Html Css Color HEX #E0BC6A Chenin

📋 copy color: '#E0BC6A'

red 224 ◦ green 188 ◦ blue 106

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

Shades of Chenin #E0BC6A

Tints of Chenin #E0BC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.46%

R = 43.24%
G = 36.29%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0BC6A (or 0xE0BC6A) is known color: Chenin. HEX triplet: E0, BC and 6A. RGB value is (224,188,106). Sum of RGB (Red+Green+Blue) = 224+188+106=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC6A is #1F4395. Grayscale: #BDBDBD. Windows color (decimal): -2048918 or 6995168. OLE color: 6995168.

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

Color convert

RGB 224 188 106 -
CMYK 0 0.16 0.53 0.12
HSL 41.69º 0.66% 0.65% -
HSV(B) 41.69º 0.53% 0.88% -
XYZ 51.33 52.85 21.13 -
YUV 189.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 224 188 106 0 0.16 0.53 0.12 41.69 0.66 0.65
Hex E0 BC 6A 0 10 35 C 2A 42 41
Octal 340 274 152 0 20 65 14 52 102 101
Binary 11100000 10111100 1101010 0 10000 110101 1100 101010 1000010 1000001

Color Harmonies of #E0BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC6A

Black with #E0BC6A

Text Example


Text Example

White with #E0BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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