#CE5011

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

Shades of Tenne (Tawny) #CE5011

Tints of Tenne (Tawny) #CE5011

Color information

#CE5011 (or 0xCE5011) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 50 and 11. RGB value is (206,80,17). Sum of RGB (Red+Green+Blue) = 206+80+17=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5011 is #31AFEE. Grayscale: #6E6E6E. Windows color (decimal): -3256303 or 1134798. OLE color: 1134798.

HSL color Cylindrical-coordinate representation of color #CE5011: hue angle of 20º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE5011 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB2068017-
CMYK00.610.920.19
HSL20º84.75%43.73%-
HSV(B)20º91.75%80.78%-
XYZ28.4218.92.68-
YUV110.4975.24196.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.99%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=67.99%
G=26.40%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206801700.610.920.192084.7543.73
HexCE501103D5C1314552c
Octal31612021075134232412554
Binary110011101010000100010111101101110010011101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5011; }

 p { color: rgb(206,80,17); }

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

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

 a { background-color: rgb(206,80,17); }

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

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

 span { border-color: rgb(206,80,17); }

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