#CE4F11

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

Shades of Tenne (Tawny) #CE4F11

Tints of Tenne (Tawny) #CE4F11

Color information

#CE4F11 (or 0xCE4F11) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 4F and 11. RGB value is (206,79,17). Sum of RGB (Red+Green+Blue) = 206+79+17=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4F11 is #31B0EE. Grayscale: #6E6E6E. Windows color (decimal): -3256559 or 1134542. OLE color: 1134542.

HSL color Cylindrical-coordinate representation of color #CE4F11: hue angle of 19.68º 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 #CE4F11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB2067917-
CMYK00.620.920.19
HSL19.68º84.75%43.73%-
HSV(B)19.68º91.75%80.78%-
XYZ28.3518.752.66-
YUV109.975.58196.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.21%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 17 (7.03% from 255) = 5.63%
R=68.21%
G=26.16%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206791700.620.920.1919.6884.7543.73
HexCE4F1103E5C1314552c
Octal31611721076134232412554
Binary110011101001111100010111110101110010011101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F11; }

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

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

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

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

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

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

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

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