Html Css Color HEX #CE5E0D Tenne (Tawny)

📋 copy color: '#CE5E0D'

red 206 ◦ green 94 ◦ blue 13

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

Shades of Tenne (Tawny) #CE5E0D

Tints of Tenne (Tawny) #CE5E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 65.81%
G = 30.03%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE5E0D (or 0xCE5E0D) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 0D. RGB value is (206,94,13). Sum of RGB (Red+Green+Blue) = 206+94+13=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E0D is #31A1F2. Grayscale: #767676. Windows color (decimal): -3252723 or 876238. OLE color: 876238.

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

Color convert

RGB 206 94 13 -
CMYK 0 0.54 0.94 0.19
HSL 25.18º 0.88% 0.43% -
HSV(B) 25.18º 0.94% 0.81% -
XYZ 29.53 21.16 2.91 -
YUV 118.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 206 94 13 0 0.54 0.94 0.19 25.18 0.88 0.43
Hex CE 5E D 0 36 5E 13 19 58 2B
Octal 316 136 15 0 66 136 23 31 130 53
Binary 11001110 1011110 1101 0 110110 1011110 10011 11001 1011000 101011

Color Harmonies of #CE5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E0D

Black with #CE5E0D

Text Example


Text Example

White with #CE5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E0D; }

 p { color: rgb(206,94,13); }

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

background-color css

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

 a { background-color: rgb(206,94,13); }

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

border-color css

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

 span { border-color: rgb(206,94,13); }

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