Html Css Color HEX #E6B12F Gold Tips

📋 copy color: '#E6B12F'

red 230 ◦ green 177 ◦ blue 47

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

Shades of Gold Tips #E6B12F

Tints of Gold Tips #E6B12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

 BLUE value IS 47 (18.75% from 255) = 10.35%

R = 50.66%
G = 38.99%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6B12F (or 0xE6B12F) is known color: Gold Tips. HEX triplet: E6, B1 and 2F. RGB value is (230,177,47). Sum of RGB (Red+Green+Blue) = 230+177+47=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B12F is #194ED0. Grayscale: #B2B2B2. Windows color (decimal): -1658577 or 3125734. OLE color: 3125734.

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

Color convert

RGB 230 177 47 -
CMYK 0 0.23 0.80 0.10
HSL 42.62º 0.79% 0.54% -
HSV(B) 42.62º 0.8% 0.9% -
XYZ 48.87 48.47 9.47 -
YUV 178.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 230 177 47 0 0.23 0.80 0.10 42.62 0.79 0.54
Hex E6 B1 2F 0 17 50 A 2B 4F 36
Octal 346 261 57 0 27 120 12 53 117 66
Binary 11100110 10110001 101111 0 10111 1010000 1010 101011 1001111 110110

Color Harmonies of #E6B12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B12F

Black with #E6B12F

Text Example


Text Example

White with #E6B12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B12F; }

 p { color: rgb(230,177,47); }

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

background-color css

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

 a { background-color: rgb(230,177,47); }

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

border-color css

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

 span { border-color: rgb(230,177,47); }

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