Html Css Color HEX #E0C06C Chenin

📋 copy color: '#E0C06C'

red 224 ◦ green 192 ◦ blue 108

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

Shades of Chenin #E0C06C

Tints of Chenin #E0C06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

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

R = 42.75%
G = 36.64%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0C06C (or 0xE0C06C) is known color: Chenin. HEX triplet: E0, C0 and 6C. RGB value is (224,192,108). Sum of RGB (Red+Green+Blue) = 224+192+108=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C06C is #1F3F93. Grayscale: #C0C0C0. Windows color (decimal): -2047892 or 7127264. OLE color: 7127264.

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

Color convert

RGB 224 192 108 -
CMYK 0 0.14 0.52 0.12
HSL 43.45º 0.65% 0.65% -
HSV(B) 43.45º 0.52% 0.88% -
XYZ 52.3 54.63 21.98 -
YUV 191.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 224 192 108 0 0.14 0.52 0.12 43.45 0.65 0.65
Hex E0 C0 6C 0 E 34 C 2B 41 41
Octal 340 300 154 0 16 64 14 53 101 101
Binary 11100000 11000000 1101100 0 1110 110100 1100 101011 1000001 1000001

Color Harmonies of #E0C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C06C

Black with #E0C06C

Text Example


Text Example

White with #E0C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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