#CE8436

Color #CE8436 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #CE8436

Tints of Golden Bell #CE8436

Color information

#CE8436 (or 0xCE8436) is unknown color: approx Golden Bell. HEX triplet: CE, 84 and 36. RGB value is (206,132,54). Sum of RGB (Red+Green+Blue) = 206+132+54=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8436 is #317BC9. Grayscale: #919191. Windows color (decimal): -3242954 or 3572942. OLE color: 3572942.

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

Color convert

RGB20613254-
CMYK00.360.740.19
HSL30.79º60.8%50.98%-
HSV(B)30.79º73.79%80.78%-
XYZ34.3729.897.45-
YUV145.2376.52171.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=52.55%
G=33.67%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061325400.360.740.1930.7960.850.98
HexCE84360244A131f3d33
Octal3162046604411223377563
Binary1100111010000100110110010010010010101001111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8436; }

 p { color: rgb(206,132,54); }

 H1.HeaderClassName
 {
   color: #CE8436;
 }
 .AnyTagClassName
 {
   color: #CE8436;
 }
</style>
background-color css

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

 a { background-color: rgb(206,132,54); }

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

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

 span { border-color: rgb(206,132,54); }

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