#E0C267

Color #E0C267 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #E0C267

Tints of Chenin #E0C267

Color information

#E0C267 (or 0xE0C267) is unknown color: approx Chenin. HEX triplet: E0, C2 and 67. RGB value is (224,194,103). Sum of RGB (Red+Green+Blue) = 224+194+103=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C267 is #1F3D98. Grayscale: #C0C0C0. Windows color (decimal): -2047385 or 6800096. OLE color: 6800096.

HSL color Cylindrical-coordinate representation of color #E0C267: hue angle of 45.12º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0C267 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224194103-
CMYK00.130.540.12
HSL45.12º66.12%64.12%-
HSV(B)45.12º54.02%87.84%-
XYZ52.4855.4120.76-
YUV192.677.44150.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 103 (40.62% from 255) = 19.77%
R=42.99%
G=37.24%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419410300.130.540.1245.1266.1264.12
HexE0C2670D36C2d4240
Octal340302147015661455102100
Binary1110000011000010110011101101110110110010110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C267; }

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

 H1.HeaderClassName
 {
   color: #E0C267;
 }
 .AnyTagClassName
 {
   color: #E0C267;
 }
</style>
background-color css

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

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

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

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

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

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