Html Css Color HEX #E6AA2B Gold Tips

📋 copy color: '#E6AA2B'

red 230 ◦ green 170 ◦ blue 43

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

Shades of Gold Tips #E6AA2B

Tints of Gold Tips #E6AA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.71%

R = 51.92%
G = 38.37%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6AA2B (or 0xE6AA2B) is known color: Gold Tips. HEX triplet: E6, AA and 2B. RGB value is (230,170,43). Sum of RGB (Red+Green+Blue) = 230+170+43=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AA2B is #1955D4. Grayscale: #AEAEAE. Windows color (decimal): -1660373 or 2861798. OLE color: 2861798.

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

Color convert

RGB 230 170 43 -
CMYK 0 0.26 0.81 0.10
HSL 40.75º 0.79% 0.54% -
HSV(B) 40.75º 0.81% 0.9% -
XYZ 47.44 45.75 8.61 -
YUV 173.46 54.38 168.33 -
System Red Green Blue C M Y K H S L
Decimal 230 170 43 0 0.26 0.81 0.10 40.75 0.79 0.54
Hex E6 AA 2B 0 1A 51 A 29 4F 36
Octal 346 252 53 0 32 121 12 51 117 66
Binary 11100110 10101010 101011 0 11010 1010001 1010 101001 1001111 110110

Color Harmonies of #E6AA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AA2B

Black with #E6AA2B

Text Example


Text Example

White with #E6AA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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