Html Css Color HEX #E6C06D Chenin

📋 copy color: '#E6C06D'

red 230 ◦ green 192 ◦ blue 109

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

Shades of Chenin #E6C06D

Tints of Chenin #E6C06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.53%

R = 43.31%
G = 36.16%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6C06D (or 0xE6C06D) is known color: Chenin. HEX triplet: E6, C0 and 6D. RGB value is (230,192,109). Sum of RGB (Red+Green+Blue) = 230+192+109=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C06D is #193F92. Grayscale: #C2C2C2. Windows color (decimal): -1654675 or 7192806. OLE color: 7192806.

HSL color Cylindrical-coordinate representation of color #E6C06D: hue angle of 41.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6C06D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 109 -
CMYK 0 0.17 0.53 0.10
HSL 41.16º 0.71% 0.66% -
HSV(B) 41.16º 0.53% 0.9% -
XYZ 54.24 55.63 22.35 -
YUV 193.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 230 192 109 0 0.17 0.53 0.10 41.16 0.71 0.66
Hex E6 C0 6D 0 11 35 A 29 47 42
Octal 346 300 155 0 21 65 12 51 107 102
Binary 11100110 11000000 1101101 0 10001 110101 1010 101001 1000111 1000010

Color Harmonies of #E6C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C06D

Black with #E6C06D

Text Example


Text Example

White with #E6C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C06D; }

 p { color: rgb(230,192,109); }

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

background-color css

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

 a { background-color: rgb(230,192,109); }

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

border-color css

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

 span { border-color: rgb(230,192,109); }

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