Html Css Color HEX #CE8738 Golden Bell

📋 copy color: '#CE8738'

red 206 ◦ green 135 ◦ blue 56

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

Shades of Golden Bell #CE8738

Tints of Golden Bell #CE8738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 51.89%
G = 34.01%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE8738 (or 0xCE8738) is known color: Golden Bell. HEX triplet: CE, 87 and 38. RGB value is (206,135,56). Sum of RGB (Red+Green+Blue) = 206+135+56=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8738 is #3178C7. Grayscale: #939393. Windows color (decimal): -3242184 or 3704782. OLE color: 3704782.

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

Color convert

RGB 206 135 56 -
CMYK 0 0.34 0.73 0.19
HSL 31.6º 0.6% 0.51% -
HSV(B) 31.6º 0.73% 0.81% -
XYZ 34.83 30.74 7.84 -
YUV 147.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 206 135 56 0 0.34 0.73 0.19 31.6 0.6 0.51
Hex CE 87 38 0 22 49 13 20 3C 33
Octal 316 207 70 0 42 111 23 40 74 63
Binary 11001110 10000111 111000 0 100010 1001001 10011 100000 111100 110011

Color Harmonies of #CE8738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8738

Black with #CE8738

Text Example


Text Example

White with #CE8738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8738; }

 p { color: rgb(206,135,56); }

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

background-color css

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

 a { background-color: rgb(206,135,56); }

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

border-color css

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

 span { border-color: rgb(206,135,56); }

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