Html Css Color HEX #E6AA25 Gold Tips

📋 copy color: '#E6AA25'

red 230 ◦ green 170 ◦ blue 37

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

Shades of Gold Tips #E6AA25

Tints of Gold Tips #E6AA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 37 (14.84% from 255) = 8.47%

R = 52.63%
G = 38.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6AA25 (or 0xE6AA25) is known color: Gold Tips. HEX triplet: E6, AA and 25. RGB value is (230,170,37). Sum of RGB (Red+Green+Blue) = 230+170+37=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AA25 is #1955DA. Grayscale: #ADADAD. Windows color (decimal): -1660379 or 2468582. OLE color: 2468582.

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

Color convert

RGB 230 170 37 -
CMYK 0 0.26 0.84 0.10
HSL 41.35º 0.79% 0.52% -
HSV(B) 41.35º 0.84% 0.9% -
XYZ 47.34 45.71 8.08 -
YUV 172.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 230 170 37 0 0.26 0.84 0.10 41.35 0.79 0.52
Hex E6 AA 25 0 1A 54 A 29 4F 34
Octal 346 252 45 0 32 124 12 51 117 64
Binary 11100110 10101010 100101 0 11010 1010100 1010 101001 1001111 110100

Color Harmonies of #E6AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA25

Black with #E6AA25

Text Example


Text Example

White with #E6AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA25; }

 p { color: rgb(230,170,37); }

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

background-color css

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

 a { background-color: rgb(230,170,37); }

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

border-color css

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

 span { border-color: rgb(230,170,37); }

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