Html Css Color HEX #CE5501 Tenne (Tawny)

📋 copy color: '#CE5501'

red 206 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #CE5501

Tints of Tenne (Tawny) #CE5501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

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

R = 70.55%
G = 29.11%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE5501 (or 0xCE5501) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 01. RGB value is (206,85,1). Sum of RGB (Red+Green+Blue) = 206+85+1=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5501 is #31AAFE. Grayscale: #707070. Windows color (decimal): -3255039 or 87502. OLE color: 87502.

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

Color convert

RGB 206 85 1 -
CMYK 0 0.59 1.00 0.19
HSL 24.59º 0.99% 0.41% -
HSV(B) 24.59º 1% 0.81% -
XYZ 28.71 19.62 2.3 -
YUV 111.6 65.59 195.33 -
System Red Green Blue C M Y K H S L
Decimal 206 85 1 0 0.59 1.00 0.19 24.59 0.99 0.41
Hex CE 55 1 0 3B 64 13 19 63 29
Octal 316 125 1 0 73 144 23 31 143 51
Binary 11001110 1010101 1 0 111011 1100100 10011 11001 1100011 101001

Color Harmonies of #CE5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5501

Black with #CE5501

Text Example


Text Example

White with #CE5501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5501; }

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

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

background-color css

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

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

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

border-color css

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

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

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