Html Css Color HEX #E6B522 Gold Tips

📋 copy color: '#E6B522'

red 230 ◦ green 181 ◦ blue 34

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

Shades of Gold Tips #E6B522

Tints of Gold Tips #E6B522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.64%

R = 51.69%
G = 40.67%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E6B522 (or 0xE6B522) is known color: Gold Tips. HEX triplet: E6, B5 and 22. RGB value is (230,181,34). Sum of RGB (Red+Green+Blue) = 230+181+34=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B522 is #194ADD. Grayscale: #B3B3B3. Windows color (decimal): -1657566 or 2274790. OLE color: 2274790.

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

Color convert

RGB 230 181 34 -
CMYK 0 0.21 0.85 0.10
HSL 45º 0.8% 0.52% -
HSV(B) 45º 0.85% 0.9% -
XYZ 49.45 49.99 8.56 -
YUV 178.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 230 181 34 0 0.21 0.85 0.10 45 0.8 0.52
Hex E6 B5 22 0 15 55 A 2D 50 34
Octal 346 265 42 0 25 125 12 55 120 64
Binary 11100110 10110101 100010 0 10101 1010101 1010 101101 1010000 110100

Color Harmonies of #E6B522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B522

Black with #E6B522

Text Example


Text Example

White with #E6B522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B522; }

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

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

background-color css

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

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

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

border-color css

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

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

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