Html Css Color HEX #CE5314 Tenne (Tawny)

📋 copy color: '#CE5314'

red 206 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #CE5314

Tints of Tenne (Tawny) #CE5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 66.67%
G = 26.86%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5314 (or 0xCE5314) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 14. RGB value is (206,83,20). Sum of RGB (Red+Green+Blue) = 206+83+20=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5314 is #31ACEB. Grayscale: #707070. Windows color (decimal): -3255532 or 1332174. OLE color: 1332174.

HSL color Cylindrical-coordinate representation of color #CE5314: hue angle of 20.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5314 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 20 -
CMYK 0 0.60 0.90 0.19
HSL 20.32º 0.82% 0.44% -
HSV(B) 20.32º 0.9% 0.81% -
XYZ 28.67 19.36 2.89 -
YUV 112.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 206 83 20 0 0.60 0.90 0.19 20.32 0.82 0.44
Hex CE 53 14 0 3C 5A 13 14 52 2C
Octal 316 123 24 0 74 132 23 24 122 54
Binary 11001110 1010011 10100 0 111100 1011010 10011 10100 1010010 101100

Color Harmonies of #CE5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5314

Black with #CE5314

Text Example


Text Example

White with #CE5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5314; }

 p { color: rgb(206,83,20); }

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

background-color css

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

 a { background-color: rgb(206,83,20); }

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

border-color css

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

 span { border-color: rgb(206,83,20); }

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