Html Css Color HEX #CE540B Tenne (Tawny)

📋 copy color: '#CE540B'

red 206 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #CE540B

Tints of Tenne (Tawny) #CE540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 68.44%
G = 27.91%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE540B (or 0xCE540B) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 0B. RGB value is (206,84,11). Sum of RGB (Red+Green+Blue) = 206+84+11=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE540B is #31ABF4. Grayscale: #707070. Windows color (decimal): -3255285 or 742606. OLE color: 742606.

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

Color convert

RGB 206 84 11 -
CMYK 0 0.59 0.95 0.19
HSL 22.46º 0.9% 0.43% -
HSV(B) 22.46º 0.95% 0.81% -
XYZ 28.68 19.49 2.57 -
YUV 112.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 206 84 11 0 0.59 0.95 0.19 22.46 0.9 0.43
Hex CE 54 B 0 3B 5F 13 16 5A 2B
Octal 316 124 13 0 73 137 23 26 132 53
Binary 11001110 1010100 1011 0 111011 1011111 10011 10110 1011010 101011

Color Harmonies of #CE540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE540B

Black with #CE540B

Text Example


Text Example

White with #CE540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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