#CE5514

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

Shades of Tenne (Tawny) #CE5514

Tints of Tenne (Tawny) #CE5514

Color information

#CE5514 (or 0xCE5514) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 55 and 14. RGB value is (206,85,20). Sum of RGB (Red+Green+Blue) = 206+85+20=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5514 is #31AAEB. Grayscale: #727272. Windows color (decimal): -3255020 or 1332686. OLE color: 1332686.

HSL color Cylindrical-coordinate representation of color #CE5514: hue angle of 20.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5514 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2068520-
CMYK00.590.900.19
HSL20.97º82.3%44.31%-
HSV(B)20.97º90.29%80.78%-
XYZ28.8319.672.94-
YUV113.7775.09193.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.24%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 20 (8.20% from 255) = 6.43%
R=66.24%
G=27.33%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206852000.590.900.1920.9782.344.31
HexCE551403B5A1315522c
Octal31612524073132232512254
Binary110011101010101101000111011101101010011101011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5514; }

 p { color: rgb(206,85,20); }

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

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

 a { background-color: rgb(206,85,20); }

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

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

 span { border-color: rgb(206,85,20); }

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