Html Css Color HEX #CE5300 Tenne (Tawny)

📋 copy color: '#CE5300'

red 206 ◦ green 83 ◦ blue 0

#CE5300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CE5300

Tints of Tenne (Tawny) #CE5300

RGB

 RED value IS 206 (80.86% from 255) = 71.28%

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.28%
G = 28.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE5300 (or 0xCE5300) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 00. RGB value is (206,83,0). Sum of RGB (Red+Green+Blue) = 206+83+0=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5300 is #31ACFF. Grayscale: #6E6E6E. Windows color (decimal): -3255552 or 21454. OLE color: 21454.

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

Color convert

RGB 206 83 0 -
CMYK 0 0.60 1 0.19
HSL 24.17º 1% 0.4% -
HSV(B) 24.17º 1% 0.81% -
XYZ 28.55 19.31 2.22 -
YUV 110.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 206 83 0 0 0.60 1 0.19 24.17 1 0.4
Hex CE 53 0 0 3C 64 13 18 64 28
Octal 316 123 0 0 74 144 23 30 144 50
Binary 11001110 1010011 0 0 111100 1100100 10011 11000 1100100 101000

Color Harmonies of #CE5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5300

Black with #CE5300

Text Example


Text Example

White with #CE5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5300; }

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

 H1.HeaderClassName
 {
   color: #CE5300;
 }
 .AnyTagClassName
 {
   color: #CE5300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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