Html Css Color HEX #CE500B Tenne (Tawny)

📋 copy color: '#CE500B'

red 206 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #CE500B

Tints of Tenne (Tawny) #CE500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 69.36%
G = 26.94%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE500B (or 0xCE500B) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 0B. RGB value is (206,80,11). Sum of RGB (Red+Green+Blue) = 206+80+11=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE500B is #31AFF4. Grayscale: #6E6E6E. Windows color (decimal): -3256309 or 741582. OLE color: 741582.

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

Color convert

RGB 206 80 11 -
CMYK 0 0.61 0.95 0.19
HSL 21.23º 0.9% 0.43% -
HSV(B) 21.23º 0.95% 0.81% -
XYZ 28.38 18.88 2.47 -
YUV 109.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 206 80 11 0 0.61 0.95 0.19 21.23 0.9 0.43
Hex CE 50 B 0 3D 5F 13 15 5A 2B
Octal 316 120 13 0 75 137 23 25 132 53
Binary 11001110 1010000 1011 0 111101 1011111 10011 10101 1011010 101011

Color Harmonies of #CE500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE500B

Black with #CE500B

Text Example


Text Example

White with #CE500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE500B; }

 p { color: rgb(206,80,11); }

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

background-color css

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

 a { background-color: rgb(206,80,11); }

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

border-color css

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

 span { border-color: rgb(206,80,11); }

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