#E4C264

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

Shades of Chenin #E4C264

Tints of Chenin #E4C264

Color information

#E4C264 (or 0xE4C264) is unknown color: approx Chenin. HEX triplet: E4, C2 and 64. RGB value is (228,194,100). Sum of RGB (Red+Green+Blue) = 228+194+100=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C264 is #1B3D9B. Grayscale: #C1C1C1. Windows color (decimal): -1785244 or 6603492. OLE color: 6603492.

HSL color Cylindrical-coordinate representation of color #E4C264: hue angle of 44.06º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4C264 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB228194100-
CMYK00.150.560.11
HSL44.06º70.33%64.31%-
HSV(B)44.06º56.14%89.41%-
XYZ53.595620.04-
YUV193.4575.26152.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.68%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 100 (39.45% from 255) = 19.16%
R=43.68%
G=37.16%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819410000.150.560.1144.0670.3364.31
HexE4C2640F38B2c4640
Octal344302144017701354106100
Binary1110010011000010110010001111111000101110110010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C264; }

 p { color: rgb(228,194,100); }

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

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

 a { background-color: rgb(228,194,100); }

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

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

 span { border-color: rgb(228,194,100); }

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