Html Css Color HEX #CE4E14 Tenne (Tawny)

📋 copy color: '#CE4E14'

red 206 ◦ green 78 ◦ blue 20

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

Shades of Tenne (Tawny) #CE4E14

Tints of Tenne (Tawny) #CE4E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

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

R = 67.76%
G = 25.66%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4E14 (or 0xCE4E14) is known color: Tenne (Tawny). HEX triplet: CE, 4E and 14. RGB value is (206,78,20). Sum of RGB (Red+Green+Blue) = 206+78+20=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4E14 is #31B1EB. Grayscale: #6E6E6E. Windows color (decimal): -3256812 or 1330894. OLE color: 1330894.

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

Color convert

RGB 206 78 20 -
CMYK 0 0.62 0.90 0.19
HSL 18.71º 0.82% 0.44% -
HSV(B) 18.71º 0.9% 0.81% -
XYZ 28.3 18.62 2.76 -
YUV 109.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 206 78 20 0 0.62 0.90 0.19 18.71 0.82 0.44
Hex CE 4E 14 0 3E 5A 13 13 52 2C
Octal 316 116 24 0 76 132 23 23 122 54
Binary 11001110 1001110 10100 0 111110 1011010 10011 10011 1010010 101100

Color Harmonies of #CE4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E14

Black with #CE4E14

Text Example


Text Example

White with #CE4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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