Html Css Color HEX #CE5B00 Tenne (Tawny)

📋 copy color: '#CE5B00'

red 206 ◦ green 91 ◦ blue 0

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

Shades of Tenne (Tawny) #CE5B00

Tints of Tenne (Tawny) #CE5B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

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

R = 69.36%
G = 30.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE5B00 (or 0xCE5B00) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 00. RGB value is (206,91,0). Sum of RGB (Red+Green+Blue) = 206+91+0=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B00 is #31A4FF. Grayscale: #737373. Windows color (decimal): -3253504 or 23502. OLE color: 23502.

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

Color convert

RGB 206 91 0 -
CMYK 0 0.56 1 0.19
HSL 26.5º 1% 0.4% -
HSV(B) 26.5º 1% 0.81% -
XYZ 29.19 20.6 2.44 -
YUV 115.01 63.1 192.9 -
System Red Green Blue C M Y K H S L
Decimal 206 91 0 0 0.56 1 0.19 26.5 1 0.4
Hex CE 5B 0 0 38 64 13 1B 64 28
Octal 316 133 0 0 70 144 23 33 144 50
Binary 11001110 1011011 0 0 111000 1100100 10011 11011 1100100 101000

Color Harmonies of #CE5B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B00

Black with #CE5B00

Text Example


Text Example

White with #CE5B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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