Html Css Color HEX #CE5502 Tenne (Tawny)

📋 copy color: '#CE5502'

red 206 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #CE5502

Tints of Tenne (Tawny) #CE5502

RGB

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

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

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

R = 70.31%
G = 29.01%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE5502 (or 0xCE5502) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 02. RGB value is (206,85,2). Sum of RGB (Red+Green+Blue) = 206+85+2=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5502 is #31AAFD. Grayscale: #707070. Windows color (decimal): -3255038 or 153038. OLE color: 153038.

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

Color convert

RGB 206 85 2 -
CMYK 0 0.59 0.99 0.19
HSL 24.41º 0.98% 0.41% -
HSV(B) 24.41º 0.99% 0.81% -
XYZ 28.71 19.62 2.33 -
YUV 111.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 206 85 2 0 0.59 0.99 0.19 24.41 0.98 0.41
Hex CE 55 2 0 3B 63 13 18 62 29
Octal 316 125 2 0 73 143 23 30 142 51
Binary 11001110 1010101 10 0 111011 1100011 10011 11000 1100010 101001

Color Harmonies of #CE5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5502

Black with #CE5502

Text Example


Text Example

White with #CE5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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