#CE5A0B

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

Shades of Tenne (Tawny) #CE5A0B

Tints of Tenne (Tawny) #CE5A0B

Color information

#CE5A0B (or 0xCE5A0B) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 5A and 0B. RGB value is (206,90,11). Sum of RGB (Red+Green+Blue) = 206+90+11=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A0B is #31A5F4. Grayscale: #747474. Windows color (decimal): -3253749 or 744142. OLE color: 744142.

HSL color Cylindrical-coordinate representation of color #CE5A0B: hue angle of 24.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE5A0B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB2069011-
CMYK00.560.950.19
HSL24.31º89.86%42.55%-
HSV(B)24.31º94.66%80.78%-
XYZ29.1720.462.73-
YUV115.6868.93192.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.10%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 11 (4.69% from 255) = 3.58%
R=67.10%
G=29.32%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206901100.560.950.1924.3189.8642.55
HexCE5AB0385F13185a2b
Octal31613213070137233013253
Binary11001110101101010110111000101111110011110001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5A0B; }

 p { color: rgb(206,90,11); }

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

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

 a { background-color: rgb(206,90,11); }

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

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

 span { border-color: rgb(206,90,11); }

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