Html Css Color HEX #CE4A00 Tenne (Tawny)

📋 copy color: '#CE4A00'

red 206 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #CE4A00

Tints of Tenne (Tawny) #CE4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 73.57%
G = 26.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE4A00 (or 0xCE4A00) is known color: Tenne (Tawny). HEX triplet: CE, 4A and 00. RGB value is (206,74,0). Sum of RGB (Red+Green+Blue) = 206+74+0=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4A00 is #31B5FF. Grayscale: #696969. Windows color (decimal): -3257856 or 19150. OLE color: 19150.

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

Color convert

RGB 206 74 0 -
CMYK 0 0.64 1 0.19
HSL 21.55º 1% 0.4% -
HSV(B) 21.55º 1% 0.81% -
XYZ 27.9 18.02 2.01 -
YUV 105.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 206 74 0 0 0.64 1 0.19 21.55 1 0.4
Hex CE 4A 0 0 40 64 13 16 64 28
Octal 316 112 0 0 100 144 23 26 144 50
Binary 11001110 1001010 0 0 1000000 1100100 10011 10110 1100100 101000

Color Harmonies of #CE4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A00

Black with #CE4A00

Text Example


Text Example

White with #CE4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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