Html Css Color HEX #E0C069 Chenin

📋 copy color: '#E0C069'

red 224 ◦ green 192 ◦ blue 105

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

Shades of Chenin #E0C069

Tints of Chenin #E0C069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 42.99%
G = 36.85%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0C069 (or 0xE0C069) is known color: Chenin. HEX triplet: E0, C0 and 69. RGB value is (224,192,105). Sum of RGB (Red+Green+Blue) = 224+192+105=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C069 is #1F3F96. Grayscale: #C0C0C0. Windows color (decimal): -2047895 or 6930656. OLE color: 6930656.

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

Color convert

RGB 224 192 105 -
CMYK 0 0.14 0.53 0.12
HSL 43.87º 0.66% 0.65% -
HSV(B) 43.87º 0.53% 0.88% -
XYZ 52.14 54.57 21.15 -
YUV 191.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 224 192 105 0 0.14 0.53 0.12 43.87 0.66 0.65
Hex E0 C0 69 0 E 35 C 2C 42 41
Octal 340 300 151 0 16 65 14 54 102 101
Binary 11100000 11000000 1101001 0 1110 110101 1100 101100 1000010 1000001

Color Harmonies of #E0C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C069

Black with #E0C069

Text Example


Text Example

White with #E0C069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C069; }

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

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

background-color css

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

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

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

border-color css

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

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

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