Html Css Color HEX #E0BF6C Chenin

📋 copy color: '#E0BF6C'

red 224 ◦ green 191 ◦ blue 108

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

Shades of Chenin #E0BF6C

Tints of Chenin #E0BF6C

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

 BLUE value IS 108 (42.58% from 255) = 20.65%

R = 42.83%
G = 36.52%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0BF6C (or 0xE0BF6C) is known color: Chenin. HEX triplet: E0, BF and 6C. RGB value is (224,191,108). Sum of RGB (Red+Green+Blue) = 224+191+108=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF6C is #1F4093. Grayscale: #BFBFBF. Windows color (decimal): -2048148 or 7127008. OLE color: 7127008.

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

Color convert

RGB 224 191 108 -
CMYK 0 0.15 0.52 0.12
HSL 42.93º 0.65% 0.65% -
HSV(B) 42.93º 0.52% 0.88% -
XYZ 52.08 54.19 21.9 -
YUV 191.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 224 191 108 0 0.15 0.52 0.12 42.93 0.65 0.65
Hex E0 BF 6C 0 F 34 C 2B 41 41
Octal 340 277 154 0 17 64 14 53 101 101
Binary 11100000 10111111 1101100 0 1111 110100 1100 101011 1000001 1000001

Color Harmonies of #E0BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF6C

Black with #E0BF6C

Text Example


Text Example

White with #E0BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF6C; }

 p { color: rgb(224,191,108); }

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

background-color css

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

 a { background-color: rgb(224,191,108); }

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

border-color css

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

 span { border-color: rgb(224,191,108); }

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