Html Css Color HEX #CE5100 Tenne (Tawny)

📋 copy color: '#CE5100'

red 206 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #CE5100

Tints of Tenne (Tawny) #CE5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

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

R = 71.78%
G = 28.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE5100 (or 0xCE5100) is known color: Tenne (Tawny). HEX triplet: CE, 51 and 00. RGB value is (206,81,0). Sum of RGB (Red+Green+Blue) = 206+81+0=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5100 is #31AEFF. Grayscale: #6D6D6D. Windows color (decimal): -3256064 or 20942. OLE color: 20942.

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

Color convert

RGB 206 81 0 -
CMYK 0 0.61 1 0.19
HSL 23.59º 1% 0.4% -
HSV(B) 23.59º 1% 0.81% -
XYZ 28.4 19.01 2.17 -
YUV 109.14 66.41 197.09 -
System Red Green Blue C M Y K H S L
Decimal 206 81 0 0 0.61 1 0.19 23.59 1 0.4
Hex CE 51 0 0 3D 64 13 18 64 28
Octal 316 121 0 0 75 144 23 30 144 50
Binary 11001110 1010001 0 0 111101 1100100 10011 11000 1100100 101000

Color Harmonies of #CE5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5100

Black with #CE5100

Text Example


Text Example

White with #CE5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5100; }

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

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

background-color css

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

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

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

border-color css

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

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

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