Html Css Color HEX #CE5701 Tenne (Tawny)

📋 copy color: '#CE5701'

red 206 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #CE5701

Tints of Tenne (Tawny) #CE5701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 70.07%
G = 29.59%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE5701 (or 0xCE5701) is known color: Tenne (Tawny). HEX triplet: CE, 57 and 01. RGB value is (206,87,1). Sum of RGB (Red+Green+Blue) = 206+87+1=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5701 is #31A8FE. Grayscale: #717171. Windows color (decimal): -3254527 or 88014. OLE color: 88014.

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

Color convert

RGB 206 87 1 -
CMYK 0 0.58 1.00 0.19
HSL 25.17º 0.99% 0.41% -
HSV(B) 25.17º 1% 0.81% -
XYZ 28.87 19.94 2.36 -
YUV 112.78 64.92 194.49 -
System Red Green Blue C M Y K H S L
Decimal 206 87 1 0 0.58 1.00 0.19 25.17 0.99 0.41
Hex CE 57 1 0 3A 64 13 19 63 29
Octal 316 127 1 0 72 144 23 31 143 51
Binary 11001110 1010111 1 0 111010 1100100 10011 11001 1100011 101001

Color Harmonies of #CE5701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5701

Black with #CE5701

Text Example


Text Example

White with #CE5701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5701; }

 p { color: rgb(206,87,1); }

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

background-color css

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

 a { background-color: rgb(206,87,1); }

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

border-color css

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

 span { border-color: rgb(206,87,1); }

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