Html Css Color HEX #E0C269 Chenin

📋 copy color: '#E0C269'

red 224 ◦ green 194 ◦ blue 105

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

Shades of Chenin #E0C269

Tints of Chenin #E0C269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

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

R = 42.83%
G = 37.09%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0C269 (or 0xE0C269) is known color: Chenin. HEX triplet: E0, C2 and 69. RGB value is (224,194,105). Sum of RGB (Red+Green+Blue) = 224+194+105=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C269 is #1F3D96. Grayscale: #C1C1C1. Windows color (decimal): -2047383 or 6931168. OLE color: 6931168.

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

Color convert

RGB 224 194 105 -
CMYK 0 0.13 0.53 0.12
HSL 44.87º 0.66% 0.65% -
HSV(B) 44.87º 0.53% 0.88% -
XYZ 52.58 55.45 21.3 -
YUV 192.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 224 194 105 0 0.13 0.53 0.12 44.87 0.66 0.65
Hex E0 C2 69 0 D 35 C 2D 42 41
Octal 340 302 151 0 15 65 14 55 102 101
Binary 11100000 11000010 1101001 0 1101 110101 1100 101101 1000010 1000001

Color Harmonies of #E0C269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C269

Black with #E0C269

Text Example


Text Example

White with #E0C269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C269; }

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

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

background-color css

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

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

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

border-color css

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

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

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