Html Css Color HEX #E6AC1F Gold Tips

📋 copy color: '#E6AC1F'

red 230 ◦ green 172 ◦ blue 31

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

Shades of Gold Tips #E6AC1F

Tints of Gold Tips #E6AC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 31 (12.5% from 255) = 7.16%

R = 53.12%
G = 39.72%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6AC1F (or 0xE6AC1F) is known color: Gold Tips. HEX triplet: E6, AC and 1F. RGB value is (230,172,31). Sum of RGB (Red+Green+Blue) = 230+172+31=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AC1F is #1953E0. Grayscale: #ADADAD. Windows color (decimal): -1659873 or 2075878. OLE color: 2075878.

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

Color convert

RGB 230 172 31 -
CMYK 0 0.25 0.87 0.10
HSL 42.51º 0.8% 0.51% -
HSV(B) 42.51º 0.87% 0.9% -
XYZ 47.63 46.43 7.75 -
YUV 173.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 230 172 31 0 0.25 0.87 0.10 42.51 0.8 0.51
Hex E6 AC 1F 0 19 57 A 2B 50 33
Octal 346 254 37 0 31 127 12 53 120 63
Binary 11100110 10101100 11111 0 11001 1010111 1010 101011 1010000 110011

Color Harmonies of #E6AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AC1F

Black with #E6AC1F

Text Example


Text Example

White with #E6AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AC1F; }

 p { color: rgb(230,172,31); }

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

background-color css

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

 a { background-color: rgb(230,172,31); }

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

border-color css

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

 span { border-color: rgb(230,172,31); }

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