Html Css Color HEX #CE540E Tenne (Tawny)

📋 copy color: '#CE540E'

red 206 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #CE540E

Tints of Tenne (Tawny) #CE540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 67.76%
G = 27.63%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE540E (or 0xCE540E) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 0E. RGB value is (206,84,14). Sum of RGB (Red+Green+Blue) = 206+84+14=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE540E is #31ABF1. Grayscale: #707070. Windows color (decimal): -3255282 or 939214. OLE color: 939214.

HSL color Cylindrical-coordinate representation of color #CE540E: hue angle of 21.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE540E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 14 -
CMYK 0 0.59 0.93 0.19
HSL 21.88º 0.87% 0.43% -
HSV(B) 21.88º 0.93% 0.81% -
XYZ 28.7 19.49 2.67 -
YUV 112.5 72.42 194.69 -
System Red Green Blue C M Y K H S L
Decimal 206 84 14 0 0.59 0.93 0.19 21.88 0.87 0.43
Hex CE 54 E 0 3B 5D 13 16 57 2B
Octal 316 124 16 0 73 135 23 26 127 53
Binary 11001110 1010100 1110 0 111011 1011101 10011 10110 1010111 101011

Color Harmonies of #CE540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE540E

Black with #CE540E

Text Example


Text Example

White with #CE540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE540E; }

 p { color: rgb(206,84,14); }

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

background-color css

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

 a { background-color: rgb(206,84,14); }

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

border-color css

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

 span { border-color: rgb(206,84,14); }

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