Html Css Color HEX #E6B521 Gold Tips

📋 copy color: '#E6B521'

red 230 ◦ green 181 ◦ blue 33

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

Shades of Gold Tips #E6B521

Tints of Gold Tips #E6B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 33 (13.28% from 255) = 7.43%

R = 51.8%
G = 40.77%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E6B521 (or 0xE6B521) is known color: Gold Tips. HEX triplet: E6, B5 and 21. RGB value is (230,181,33). Sum of RGB (Red+Green+Blue) = 230+181+33=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B521 is #194ADE. Grayscale: #B3B3B3. Windows color (decimal): -1657567 or 2209254. OLE color: 2209254.

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

Color convert

RGB 230 181 33 -
CMYK 0 0.21 0.86 0.10
HSL 45.08º 0.8% 0.52% -
HSV(B) 45.08º 0.86% 0.9% -
XYZ 49.43 49.98 8.48 -
YUV 178.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 230 181 33 0 0.21 0.86 0.10 45.08 0.8 0.52
Hex E6 B5 21 0 15 56 A 2D 50 34
Octal 346 265 41 0 25 126 12 55 120 64
Binary 11100110 10110101 100001 0 10101 1010110 1010 101101 1010000 110100

Color Harmonies of #E6B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B521

Black with #E6B521

Text Example


Text Example

White with #E6B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B521; }

 p { color: rgb(230,181,33); }

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

background-color css

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

 a { background-color: rgb(230,181,33); }

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

border-color css

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

 span { border-color: rgb(230,181,33); }

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