#CE5A00

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

Shades of Tenne (Tawny) #CE5A00

Tints of Tenne (Tawny) #CE5A00

Color information

#CE5A00 (or 0xCE5A00) is unknown color: approx Tenne (Tawny). HEX triplet: CE, 5A and 00. RGB value is (206,90,0). Sum of RGB (Red+Green+Blue) = 206+90+0=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A00 is #31A5FF. Grayscale: #727272. Windows color (decimal): -3253760 or 23246. OLE color: 23246.

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

Color convert

RGB206900-
CMYK00.5610.19
HSL26.21º100%40.39%-
HSV(B)26.21º100%80.78%-
XYZ29.1120.432.41-
YUV114.4263.43193.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 69.59%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.59%
G=30.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20690000.5610.1926.2110040.39
HexCE5A003864131a6428
Octal3161320070144233214450
Binary11001110101101000111000110010010011110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5A00; }

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

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

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

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

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

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

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

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