Html Css Color HEX #CE5602 Tenne (Tawny)

📋 copy color: '#CE5602'

red 206 ◦ green 86 ◦ blue 2

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

Shades of Tenne (Tawny) #CE5602

Tints of Tenne (Tawny) #CE5602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 70.07%
G = 29.25%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE5602 (or 0xCE5602) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 02. RGB value is (206,86,2). Sum of RGB (Red+Green+Blue) = 206+86+2=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5602 is #31A9FD. Grayscale: #707070. Windows color (decimal): -3254782 or 153294. OLE color: 153294.

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

Color convert

RGB 206 86 2 -
CMYK 0 0.58 0.99 0.19
HSL 24.71º 0.98% 0.41% -
HSV(B) 24.71º 0.99% 0.81% -
XYZ 28.79 19.78 2.36 -
YUV 112.3 65.76 194.83 -
System Red Green Blue C M Y K H S L
Decimal 206 86 2 0 0.58 0.99 0.19 24.71 0.98 0.41
Hex CE 56 2 0 3A 63 13 19 62 29
Octal 316 126 2 0 72 143 23 31 142 51
Binary 11001110 1010110 10 0 111010 1100011 10011 11001 1100010 101001

Color Harmonies of #CE5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5602

Black with #CE5602

Text Example


Text Example

White with #CE5602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5602; }

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

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

background-color css

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

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

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

border-color css

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

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

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