Html Css Color HEX #CE540F Tenne (Tawny)

📋 copy color: '#CE540F'

red 206 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #CE540F

Tints of Tenne (Tawny) #CE540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 67.54%
G = 27.54%
B = 4.92%

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

#CE540F (or 0xCE540F) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 0F. RGB value is (206,84,15). Sum of RGB (Red+Green+Blue) = 206+84+15=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE540F is #31ABF0. Grayscale: #717171. Windows color (decimal): -3255281 or 1004750. OLE color: 1004750.

HSL color Cylindrical-coordinate representation of color #CE540F: hue angle of 21.68º degrees, saturation: 0.86, 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 #CE540F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 15 -
CMYK 0 0.59 0.93 0.19
HSL 21.68º 0.86% 0.43% -
HSV(B) 21.68º 0.93% 0.81% -
XYZ 28.71 19.5 2.7 -
YUV 112.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 206 84 15 0 0.59 0.93 0.19 21.68 0.86 0.43
Hex CE 54 F 0 3B 5D 13 16 56 2B
Octal 316 124 17 0 73 135 23 26 126 53
Binary 11001110 1010100 1111 0 111011 1011101 10011 10110 1010110 101011

Color Harmonies of #CE540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE540F

Black with #CE540F

Text Example


Text Example

White with #CE540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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