Html Css Color HEX #CE5402 Tenne (Tawny)

📋 copy color: '#CE5402'

red 206 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #CE5402

Tints of Tenne (Tawny) #CE5402

RGB

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

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

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

R = 70.55%
G = 28.77%
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

#CE5402 (or 0xCE5402) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 02. RGB value is (206,84,2). Sum of RGB (Red+Green+Blue) = 206+84+2=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5402 is #31ABFD. Grayscale: #6F6F6F. Windows color (decimal): -3255294 or 152782. OLE color: 152782.

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

Color convert

RGB 206 84 2 -
CMYK 0 0.59 0.99 0.19
HSL 24.12º 0.98% 0.41% -
HSV(B) 24.12º 0.99% 0.81% -
XYZ 28.63 19.47 2.31 -
YUV 111.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 206 84 2 0 0.59 0.99 0.19 24.12 0.98 0.41
Hex CE 54 2 0 3B 63 13 18 62 29
Octal 316 124 2 0 73 143 23 30 142 51
Binary 11001110 1010100 10 0 111011 1100011 10011 11000 1100010 101001

Color Harmonies of #CE5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5402

Black with #CE5402

Text Example


Text Example

White with #CE5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5402; }

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

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

background-color css

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

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

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

border-color css

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

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

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