Html Css Color HEX #E6AA26 Gold Tips

📋 copy color: '#E6AA26'

red 230 ◦ green 170 ◦ blue 38

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

Shades of Gold Tips #E6AA26

Tints of Gold Tips #E6AA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.68%

R = 52.51%
G = 38.81%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E6AA26 (or 0xE6AA26) is known color: Gold Tips. HEX triplet: E6, AA and 26. RGB value is (230,170,38). Sum of RGB (Red+Green+Blue) = 230+170+38=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AA26 is #1955D9. Grayscale: #ADADAD. Windows color (decimal): -1660378 or 2534118. OLE color: 2534118.

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

Color convert

RGB 230 170 38 -
CMYK 0 0.26 0.83 0.10
HSL 41.25º 0.79% 0.53% -
HSV(B) 41.25º 0.83% 0.9% -
XYZ 47.36 45.71 8.16 -
YUV 172.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 230 170 38 0 0.26 0.83 0.10 41.25 0.79 0.53
Hex E6 AA 26 0 1A 53 A 29 4F 35
Octal 346 252 46 0 32 123 12 51 117 65
Binary 11100110 10101010 100110 0 11010 1010011 1010 101001 1001111 110101

Color Harmonies of #E6AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA26

Black with #E6AA26

Text Example


Text Example

White with #E6AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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