Html Css Color HEX #CE5514 Tenne (Tawny)

📋 copy color: '#CE5514'

red 206 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #CE5514

Tints of Tenne (Tawny) #CE5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 66.24%
G = 27.33%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5514 (or 0xCE5514) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 14. RGB value is (206,85,20). Sum of RGB (Red+Green+Blue) = 206+85+20=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5514 is #31AAEB. Grayscale: #727272. Windows color (decimal): -3255020 or 1332686. OLE color: 1332686.

HSL color Cylindrical-coordinate representation of color #CE5514: hue angle of 20.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5514 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 20 -
CMYK 0 0.59 0.90 0.19
HSL 20.97º 0.82% 0.44% -
HSV(B) 20.97º 0.9% 0.81% -
XYZ 28.83 19.67 2.94 -
YUV 113.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 206 85 20 0 0.59 0.90 0.19 20.97 0.82 0.44
Hex CE 55 14 0 3B 5A 13 15 52 2C
Octal 316 125 24 0 73 132 23 25 122 54
Binary 11001110 1010101 10100 0 111011 1011010 10011 10101 1010010 101100

Color Harmonies of #CE5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5514

Black with #CE5514

Text Example


Text Example

White with #CE5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5514; }

 p { color: rgb(206,85,20); }

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

background-color css

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

 a { background-color: rgb(206,85,20); }

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

border-color css

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

 span { border-color: rgb(206,85,20); }

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