Html Css Color HEX #CE5614 Tenne (Tawny)

📋 copy color: '#CE5614'

red 206 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #CE5614

Tints of Tenne (Tawny) #CE5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 66.03%
G = 27.56%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5614 (or 0xCE5614) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 14. RGB value is (206,86,20). Sum of RGB (Red+Green+Blue) = 206+86+20=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5614 is #31A9EB. Grayscale: #727272. Windows color (decimal): -3254764 or 1332942. OLE color: 1332942.

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

Color convert

RGB 206 86 20 -
CMYK 0 0.58 0.90 0.19
HSL 21.29º 0.82% 0.44% -
HSV(B) 21.29º 0.9% 0.81% -
XYZ 28.91 19.83 2.97 -
YUV 114.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 206 86 20 0 0.58 0.90 0.19 21.29 0.82 0.44
Hex CE 56 14 0 3A 5A 13 15 52 2C
Octal 316 126 24 0 72 132 23 25 122 54
Binary 11001110 1010110 10100 0 111010 1011010 10011 10101 1010010 101100

Color Harmonies of #CE5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5614

Black with #CE5614

Text Example


Text Example

White with #CE5614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5614; }

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

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

background-color css

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

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

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

border-color css

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

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

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