Html Css Color HEX #CE5A0E Tenne (Tawny)

📋 copy color: '#CE5A0E'

red 206 ◦ green 90 ◦ blue 14

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

Shades of Tenne (Tawny) #CE5A0E

Tints of Tenne (Tawny) #CE5A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 66.45%
G = 29.03%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE5A0E (or 0xCE5A0E) is known color: Tenne (Tawny). HEX triplet: CE, 5A and 0E. RGB value is (206,90,14). Sum of RGB (Red+Green+Blue) = 206+90+14=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A0E is #31A5F1. Grayscale: #747474. Windows color (decimal): -3253746 or 940750. OLE color: 940750.

HSL color Cylindrical-coordinate representation of color #CE5A0E: hue angle of 23.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE5A0E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 14 -
CMYK 0 0.56 0.93 0.19
HSL 23.75º 0.87% 0.43% -
HSV(B) 23.75º 0.93% 0.81% -
XYZ 29.19 20.47 2.83 -
YUV 116.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 206 90 14 0 0.56 0.93 0.19 23.75 0.87 0.43
Hex CE 5A E 0 38 5D 13 18 57 2B
Octal 316 132 16 0 70 135 23 30 127 53
Binary 11001110 1011010 1110 0 111000 1011101 10011 11000 1010111 101011

Color Harmonies of #CE5A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A0E

Black with #CE5A0E

Text Example


Text Example

White with #CE5A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A0E; }

 p { color: rgb(206,90,14); }

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

background-color css

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

 a { background-color: rgb(206,90,14); }

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

border-color css

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

 span { border-color: rgb(206,90,14); }

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