Html Css Color HEX #CE5601 Tenne (Tawny)

📋 copy color: '#CE5601'

red 206 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #CE5601

Tints of Tenne (Tawny) #CE5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70.31%
G = 29.35%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE5601 (or 0xCE5601) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 01. RGB value is (206,86,1). Sum of RGB (Red+Green+Blue) = 206+86+1=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5601 is #31A9FE. Grayscale: #707070. Windows color (decimal): -3254783 or 87758. OLE color: 87758.

HSL color Cylindrical-coordinate representation of color #CE5601: hue angle of 24.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5601 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 1 -
CMYK 0 0.58 1.00 0.19
HSL 24.88º 0.99% 0.41% -
HSV(B) 24.88º 1% 0.81% -
XYZ 28.79 19.78 2.33 -
YUV 112.19 65.26 194.91 -
System Red Green Blue C M Y K H S L
Decimal 206 86 1 0 0.58 1.00 0.19 24.88 0.99 0.41
Hex CE 56 1 0 3A 64 13 19 63 29
Octal 316 126 1 0 72 144 23 31 143 51
Binary 11001110 1010110 1 0 111010 1100100 10011 11001 1100011 101001

Color Harmonies of #CE5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5601

Black with #CE5601

Text Example


Text Example

White with #CE5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5601; }

 p { color: rgb(206,86,1); }

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

background-color css

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

 a { background-color: rgb(206,86,1); }

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

border-color css

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

 span { border-color: rgb(206,86,1); }

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