Html Css Color HEX #E6AD25 Gold Tips

📋 copy color: '#E6AD25'

red 230 ◦ green 173 ◦ blue 37

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

Shades of Gold Tips #E6AD25

Tints of Gold Tips #E6AD25

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 52.27%
G = 39.32%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6AD25 (or 0xE6AD25) is known color: Gold Tips. HEX triplet: E6, AD and 25. RGB value is (230,173,37). Sum of RGB (Red+Green+Blue) = 230+173+37=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD25 is #1952DA. Grayscale: #AFAFAF. Windows color (decimal): -1659611 or 2469350. OLE color: 2469350.

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

Color convert

RGB 230 173 37 -
CMYK 0 0.25 0.84 0.10
HSL 42.28º 0.79% 0.52% -
HSV(B) 42.28º 0.84% 0.9% -
XYZ 47.91 46.84 8.27 -
YUV 174.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 230 173 37 0 0.25 0.84 0.10 42.28 0.79 0.52
Hex E6 AD 25 0 19 54 A 2A 4F 34
Octal 346 255 45 0 31 124 12 52 117 64
Binary 11100110 10101101 100101 0 11001 1010100 1010 101010 1001111 110100

Color Harmonies of #E6AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD25

Black with #E6AD25

Text Example


Text Example

White with #E6AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD25; }

 p { color: rgb(230,173,37); }

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

background-color css

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

 a { background-color: rgb(230,173,37); }

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

border-color css

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

 span { border-color: rgb(230,173,37); }

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