#e0c35e

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

Shades of Tacha #E0C35E

Tints of Tacha #E0C35E

Color information

#E0C35E (or 0xE0C35E) is unknown color: approx Tacha. HEX triplet: E0, C3 and 5E. RGB value is (224,195,94). Sum of RGB (Red+Green+Blue) = 224+195+94=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C35E is #1F3CA1. Grayscale: #C0C0C0. Windows color (decimal): -2047138 or 6210528. OLE color: 6210528.

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

Color convert

RGB22419594-
CMYK00.130.580.12
HSL46.62º67.71%62.35%-
HSV(B)46.62º58.04%87.84%-
XYZ52.2855.6918.58-
YUV192.1672.61150.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 94 (37.11% from 255) = 18.32%
R=43.66%
G=38.01%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241959400.130.580.1246.6267.7162.35
HexE0C35E0D3AC2f443e
Octal34030313601572145710476
Binary111000001100001110111100110111101011001011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0c35e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0c35e; }

 p { color: rgb(224,195,94); }

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

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

 a { background-color: rgb(224,195,94); }

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

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

 span { border-color: rgb(224,195,94); }

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