Html Css Color HEX #E6C972 Chenin

📋 copy color: '#E6C972'

red 230 ◦ green 201 ◦ blue 114

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

Shades of Chenin #E6C972

Tints of Chenin #E6C972

RGB

 RED value IS 230 (90.23% from 255) = 42.2%

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 114 (44.92% from 255) = 20.92%

R = 42.2%
G = 36.88%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E6C972 (or 0xE6C972) is known color: Chenin. HEX triplet: E6, C9 and 72. RGB value is (230,201,114). Sum of RGB (Red+Green+Blue) = 230+201+114=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C972 is #19368D. Grayscale: #C8C8C8. Windows color (decimal): -1652366 or 7522790. OLE color: 7522790.

HSL color Cylindrical-coordinate representation of color #E6C972: hue angle of 45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6C972 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 201 114 -
CMYK 0 0.13 0.50 0.10
HSL 45º 0.7% 0.67% -
HSV(B) 45º 0.5% 0.9% -
XYZ 56.56 59.81 24.48 -
YUV 199.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 230 201 114 0 0.13 0.50 0.10 45 0.7 0.67
Hex E6 C9 72 0 D 32 A 2D 46 43
Octal 346 311 162 0 15 62 12 55 106 103
Binary 11100110 11001001 1110010 0 1101 110010 1010 101101 1000110 1000011

Color Harmonies of #E6C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C972

Black with #E6C972

Text Example


Text Example

White with #E6C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C972; }

 p { color: rgb(230,201,114); }

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

background-color css

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

 a { background-color: rgb(230,201,114); }

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

border-color css

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

 span { border-color: rgb(230,201,114); }

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