Html Css Color HEX #CE4F00 Tenne (Tawny)

📋 copy color: '#CE4F00'

red 206 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #CE4F00

Tints of Tenne (Tawny) #CE4F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.28%
G = 27.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE4F00 (or 0xCE4F00) is known color: Tenne (Tawny). HEX triplet: CE, 4F and 00. RGB value is (206,79,0). Sum of RGB (Red+Green+Blue) = 206+79+0=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4F00 is #31B0FF. Grayscale: #6C6C6C. Windows color (decimal): -3256576 or 20430. OLE color: 20430.

HSL color Cylindrical-coordinate representation of color #CE4F00: hue angle of 23.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE4F00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 79 0 -
CMYK 0 0.62 1 0.19
HSL 23.01º 1% 0.4% -
HSV(B) 23.01º 1% 0.81% -
XYZ 28.25 18.71 2.12 -
YUV 107.97 67.08 197.92 -
System Red Green Blue C M Y K H S L
Decimal 206 79 0 0 0.62 1 0.19 23.01 1 0.4
Hex CE 4F 0 0 3E 64 13 17 64 28
Octal 316 117 0 0 76 144 23 27 144 50
Binary 11001110 1001111 0 0 111110 1100100 10011 10111 1100100 101000

Color Harmonies of #CE4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F00

Black with #CE4F00

Text Example


Text Example

White with #CE4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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