Html Css Color HEX #E6A62D Gold Tips

📋 copy color: '#E6A62D'

red 230 ◦ green 166 ◦ blue 45

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

Shades of Gold Tips #E6A62D

Tints of Gold Tips #E6A62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.2%

R = 52.15%
G = 37.64%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6A62D (or 0xE6A62D) is known color: Gold Tips. HEX triplet: E6, A6 and 2D. RGB value is (230,166,45). Sum of RGB (Red+Green+Blue) = 230+166+45=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A62D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A62D is #1959D2. Grayscale: #ABABAB. Windows color (decimal): -1661395 or 2991846. OLE color: 2991846.

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

Color convert

RGB 230 166 45 -
CMYK 0 0.28 0.80 0.10
HSL 39.24º 0.79% 0.54% -
HSV(B) 39.24º 0.8% 0.9% -
XYZ 46.74 44.28 8.57 -
YUV 171.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 230 166 45 0 0.28 0.80 0.10 39.24 0.79 0.54
Hex E6 A6 2D 0 1C 50 A 27 4F 36
Octal 346 246 55 0 34 120 12 47 117 66
Binary 11100110 10100110 101101 0 11100 1010000 1010 100111 1001111 110110

Color Harmonies of #E6A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A62D

Black with #E6A62D

Text Example


Text Example

White with #E6A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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