Html Css Color HEX #E0C16A Chenin

📋 copy color: '#E0C16A'

red 224 ◦ green 193 ◦ blue 106

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

Shades of Chenin #E0C16A

Tints of Chenin #E0C16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

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

R = 42.83%
G = 36.9%
B = 20.27%

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

#E0C16A (or 0xE0C16A) is known color: Chenin. HEX triplet: E0, C1 and 6A. RGB value is (224,193,106). Sum of RGB (Red+Green+Blue) = 224+193+106=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C16A is #1F3E95. Grayscale: #C0C0C0. Windows color (decimal): -2047638 or 6996448. OLE color: 6996448.

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

Color convert

RGB 224 193 106 -
CMYK 0 0.14 0.53 0.12
HSL 44.24º 0.66% 0.65% -
HSV(B) 44.24º 0.53% 0.88% -
XYZ 52.41 55.03 21.49 -
YUV 192.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 224 193 106 0 0.14 0.53 0.12 44.24 0.66 0.65
Hex E0 C1 6A 0 E 35 C 2C 42 41
Octal 340 301 152 0 16 65 14 54 102 101
Binary 11100000 11000001 1101010 0 1110 110101 1100 101100 1000010 1000001

Color Harmonies of #E0C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C16A

Black with #E0C16A

Text Example


Text Example

White with #E0C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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