Html Css Color HEX #E6A62A Gold Tips

📋 copy color: '#E6A62A'

red 230 ◦ green 166 ◦ blue 42

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

Shades of Gold Tips #E6A62A

Tints of Gold Tips #E6A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 52.51%
G = 37.9%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6A62A (or 0xE6A62A) is known color: Gold Tips. HEX triplet: E6, A6 and 2A. RGB value is (230,166,42). Sum of RGB (Red+Green+Blue) = 230+166+42=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A62A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A62A is #1959D5. Grayscale: #ABABAB. Windows color (decimal): -1661398 or 2795238. OLE color: 2795238.

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

Color convert

RGB 230 166 42 -
CMYK 0 0.28 0.82 0.10
HSL 39.57º 0.79% 0.53% -
HSV(B) 39.57º 0.82% 0.9% -
XYZ 46.69 44.26 8.27 -
YUV 171 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 230 166 42 0 0.28 0.82 0.10 39.57 0.79 0.53
Hex E6 A6 2A 0 1C 52 A 28 4F 35
Octal 346 246 52 0 34 122 12 50 117 65
Binary 11100110 10100110 101010 0 11100 1010010 1010 101000 1001111 110101

Color Harmonies of #E6A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A62A

Black with #E6A62A

Text Example


Text Example

White with #E6A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A62A; }

 p { color: rgb(230,166,42); }

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

background-color css

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

 a { background-color: rgb(230,166,42); }

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

border-color css

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

 span { border-color: rgb(230,166,42); }

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