Html Css Color HEX #CE4702 Tenne (Tawny)

📋 copy color: '#CE4702'

red 206 ◦ green 71 ◦ blue 2

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

Shades of Tenne (Tawny) #CE4702

Tints of Tenne (Tawny) #CE4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

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

R = 73.84%
G = 25.45%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE4702 (or 0xCE4702) is known color: Tenne (Tawny). HEX triplet: CE, 47 and 02. RGB value is (206,71,2). Sum of RGB (Red+Green+Blue) = 206+71+2=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4702 is #31B8FD. Grayscale: #676767. Windows color (decimal): -3258622 or 149454. OLE color: 149454.

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

Color convert

RGB 206 71 2 -
CMYK 0 0.66 0.99 0.19
HSL 20.29º 0.98% 0.41% -
HSV(B) 20.29º 0.99% 0.81% -
XYZ 27.72 17.63 2 -
YUV 103.5 70.73 201.11 -
System Red Green Blue C M Y K H S L
Decimal 206 71 2 0 0.66 0.99 0.19 20.29 0.98 0.41
Hex CE 47 2 0 42 63 13 14 62 29
Octal 316 107 2 0 102 143 23 24 142 51
Binary 11001110 1000111 10 0 1000010 1100011 10011 10100 1100010 101001

Color Harmonies of #CE4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4702

Black with #CE4702

Text Example


Text Example

White with #CE4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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