Html Css Color HEX #E6B62E Gold Tips

📋 copy color: '#E6B62E'

red 230 ◦ green 182 ◦ blue 46

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

Shades of Gold Tips #E6B62E

Tints of Gold Tips #E6B62E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

 BLUE value IS 46 (18.36% from 255) = 10.04%

R = 50.22%
G = 39.74%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6B62E (or 0xE6B62E) is known color: Gold Tips. HEX triplet: E6, B6 and 2E. RGB value is (230,182,46). Sum of RGB (Red+Green+Blue) = 230+182+46=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B62E is #1949D1. Grayscale: #B5B5B5. Windows color (decimal): -1657298 or 3061478. OLE color: 3061478.

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

Color convert

RGB 230 182 46 -
CMYK 0 0.21 0.8 0.10
HSL 44.35º 0.79% 0.54% -
HSV(B) 44.35º 0.8% 0.9% -
XYZ 49.85 50.48 9.7 -
YUV 180.85 51.9 163.06 -
System Red Green Blue C M Y K H S L
Decimal 230 182 46 0 0.21 0.8 0.10 44.35 0.79 0.54
Hex E6 B6 2E 0 15 50 A 2C 4F 36
Octal 346 266 56 0 25 120 12 54 117 66
Binary 11100110 10110110 101110 0 10101 1010000 1010 101100 1001111 110110

Color Harmonies of #E6B62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B62E

Black with #E6B62E

Text Example


Text Example

White with #E6B62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B62E; }

 p { color: rgb(230,182,46); }

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

background-color css

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

 a { background-color: rgb(230,182,46); }

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

border-color css

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

 span { border-color: rgb(230,182,46); }

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