Html Css Color HEX #E6BB20 Gold Tips

📋 copy color: '#E6BB20'

red 230 ◦ green 187 ◦ blue 32

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

Shades of Gold Tips #E6BB20

Tints of Gold Tips #E6BB20

RGB

 RED value IS 230 (90.23% from 255) = 51.22%

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 51.22%
G = 41.65%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E6BB20 (or 0xE6BB20) is known color: Gold Tips. HEX triplet: E6, BB and 20. RGB value is (230,187,32). Sum of RGB (Red+Green+Blue) = 230+187+32=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BB20 is #1944DF. Grayscale: #B6B6B6. Windows color (decimal): -1656032 or 2145254. OLE color: 2145254.

HSL color Cylindrical-coordinate representation of color #E6BB20: hue angle of 46.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6BB20 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 187 32 -
CMYK 0 0.19 0.86 0.10
HSL 46.97º 0.8% 0.51% -
HSV(B) 46.97º 0.86% 0.9% -
XYZ 50.66 52.47 8.82 -
YUV 182.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 230 187 32 0 0.19 0.86 0.10 46.97 0.8 0.51
Hex E6 BB 20 0 13 56 A 2F 50 33
Octal 346 273 40 0 23 126 12 57 120 63
Binary 11100110 10111011 100000 0 10011 1010110 1010 101111 1010000 110011

Color Harmonies of #E6BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BB20

Black with #E6BB20

Text Example


Text Example

White with #E6BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BB20; }

 p { color: rgb(230,187,32); }

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

background-color css

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

 a { background-color: rgb(230,187,32); }

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

border-color css

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

 span { border-color: rgb(230,187,32); }

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