#CE7E3B

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

Shades of Golden Bell #CE7E3B

Tints of Golden Bell #CE7E3B

Color information

#CE7E3B (or 0xCE7E3B) is unknown color: approx Golden Bell. HEX triplet: CE, 7E and 3B. RGB value is (206,126,59). Sum of RGB (Red+Green+Blue) = 206+126+59=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E3B is #3181C4. Grayscale: #8E8E8E. Windows color (decimal): -3244485 or 3899086. OLE color: 3899086.

HSL color Cylindrical-coordinate representation of color #CE7E3B: hue angle of 27.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE7E3B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20612659-
CMYK00.390.710.19
HSL27.35º60%51.96%-
HSV(B)27.35º71.36%80.78%-
XYZ33.728.367.84-
YUV142.2881173.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=52.69%
G=32.23%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061265900.390.710.1927.356051.96
HexCE7E3B02747131b3c34
Octal3161767304710723337464
Binary110011101111110111011010011110001111001111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E3B; }

 p { color: rgb(206,126,59); }

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

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

 a { background-color: rgb(206,126,59); }

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

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

 span { border-color: rgb(206,126,59); }

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