Html Css Color HEX #CE4F01 Tenne (Tawny)

📋 copy color: '#CE4F01'

red 206 ◦ green 79 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4F01

Tints of Tenne (Tawny) #CE4F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

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

R = 72.03%
G = 27.62%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE4F01 (or 0xCE4F01) is known color: Tenne (Tawny). HEX triplet: CE, 4F and 01. RGB value is (206,79,1). Sum of RGB (Red+Green+Blue) = 206+79+1=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4F01 is #31B0FE. Grayscale: #6C6C6C. Windows color (decimal): -3256575 or 85966. OLE color: 85966.

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

Color convert

RGB 206 79 1 -
CMYK 0 0.62 1.00 0.19
HSL 22.83º 0.99% 0.41% -
HSV(B) 22.83º 1% 0.81% -
XYZ 28.26 18.72 2.15 -
YUV 108.08 67.58 197.84 -
System Red Green Blue C M Y K H S L
Decimal 206 79 1 0 0.62 1.00 0.19 22.83 0.99 0.41
Hex CE 4F 1 0 3E 64 13 17 63 29
Octal 316 117 1 0 76 144 23 27 143 51
Binary 11001110 1001111 1 0 111110 1100100 10011 10111 1100011 101001

Color Harmonies of #CE4F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F01

Black with #CE4F01

Text Example


Text Example

White with #CE4F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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