Html Css Color HEX #E6A52D Gold Tips

📋 copy color: '#E6A52D'

red 230 ◦ green 165 ◦ blue 45

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

Shades of Gold Tips #E6A52D

Tints of Gold Tips #E6A52D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

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

R = 52.27%
G = 37.5%
B = 10.23%

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

#E6A52D (or 0xE6A52D) is known color: Gold Tips. HEX triplet: E6, A5 and 2D. RGB value is (230,165,45). Sum of RGB (Red+Green+Blue) = 230+165+45=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A52D is #195AD2. Grayscale: #ABABAB. Windows color (decimal): -1661651 or 2991590. OLE color: 2991590.

HSL color Cylindrical-coordinate representation of color #E6A52D: hue angle of 38.92º 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 #E6A52D is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 45 -
CMYK 0 0.28 0.80 0.10
HSL 38.92º 0.79% 0.54% -
HSV(B) 38.92º 0.8% 0.9% -
XYZ 46.56 43.92 8.51 -
YUV 170.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 230 165 45 0 0.28 0.80 0.10 38.92 0.79 0.54
Hex E6 A5 2D 0 1C 50 A 27 4F 36
Octal 346 245 55 0 34 120 12 47 117 66
Binary 11100110 10100101 101101 0 11100 1010000 1010 100111 1001111 110110

Color Harmonies of #E6A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A52D

Black with #E6A52D

Text Example


Text Example

White with #E6A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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