Html Css Color HEX #CE5014 Tenne (Tawny)

📋 copy color: '#CE5014'

red 206 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #CE5014

Tints of Tenne (Tawny) #CE5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 67.32%
G = 26.14%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5014 (or 0xCE5014) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 14. RGB value is (206,80,20). Sum of RGB (Red+Green+Blue) = 206+80+20=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5014 is #31AFEB. Grayscale: #6F6F6F. Windows color (decimal): -3256300 or 1331406. OLE color: 1331406.

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

Color convert

RGB 206 80 20 -
CMYK 0 0.61 0.90 0.19
HSL 19.35º 0.82% 0.44% -
HSV(B) 19.35º 0.9% 0.81% -
XYZ 28.45 18.91 2.81 -
YUV 110.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 206 80 20 0 0.61 0.90 0.19 19.35 0.82 0.44
Hex CE 50 14 0 3D 5A 13 13 52 2C
Octal 316 120 24 0 75 132 23 23 122 54
Binary 11001110 1010000 10100 0 111101 1011010 10011 10011 1010010 101100

Color Harmonies of #CE5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5014

Black with #CE5014

Text Example


Text Example

White with #CE5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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