Html Css Color HEX #CE4900 Tenne (Tawny)

📋 copy color: '#CE4900'

red 206 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #CE4900

Tints of Tenne (Tawny) #CE4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 73.84%
G = 26.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE4900 (or 0xCE4900) is known color: Tenne (Tawny). HEX triplet: CE, 49 and 00. RGB value is (206,73,0). Sum of RGB (Red+Green+Blue) = 206+73+0=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4900 is #31B6FF. Grayscale: #686868. Windows color (decimal): -3258112 or 18894. OLE color: 18894.

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

Color convert

RGB 206 73 0 -
CMYK 0 0.65 1 0.19
HSL 21.26º 1% 0.4% -
HSV(B) 21.26º 1% 0.81% -
XYZ 27.84 17.89 1.99 -
YUV 104.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 206 73 0 0 0.65 1 0.19 21.26 1 0.4
Hex CE 49 0 0 41 64 13 15 64 28
Octal 316 111 0 0 101 144 23 25 144 50
Binary 11001110 1001001 0 0 1000001 1100100 10011 10101 1100100 101000

Color Harmonies of #CE4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4900

Black with #CE4900

Text Example


Text Example

White with #CE4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4900; }

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

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

background-color css

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

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

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

border-color css

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

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

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