Html Css Color HEX #E7B41C Gold Tips

📋 copy color: '#E7B41C'

red 231 ◦ green 180 ◦ blue 28

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

Shades of Gold Tips #E7B41C

Tints of Gold Tips #E7B41C

RGB

 RED value IS 231 (90.63% from 255) = 52.62%

 GREEN value IS 180 (70.7% from 255) = 41%

 BLUE value IS 28 (11.33% from 255) = 6.38%

R = 52.62%
G = 41%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7B41C (or 0xE7B41C) is known color: Gold Tips. HEX triplet: E7, B4 and 1C. RGB value is (231,180,28). Sum of RGB (Red+Green+Blue) = 231+180+28=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B41C is #184BE3. Grayscale: #B2B2B2. Windows color (decimal): -1592292 or 1881319. OLE color: 1881319.

HSL color Cylindrical-coordinate representation of color #E7B41C: hue angle of 44.93º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7B41C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 180 28 -
CMYK 0 0.22 0.88 0.09
HSL 44.93º 0.81% 0.51% -
HSV(B) 44.93º 0.88% 0.91% -
XYZ 49.49 49.72 8.09 -
YUV 177.92 43.4 165.86 -
System Red Green Blue C M Y K H S L
Decimal 231 180 28 0 0.22 0.88 0.09 44.93 0.81 0.51
Hex E7 B4 1C 0 16 58 9 2D 51 33
Octal 347 264 34 0 26 130 11 55 121 63
Binary 11100111 10110100 11100 0 10110 1011000 1001 101101 1010001 110011

Color Harmonies of #E7B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B41C

Black with #E7B41C

Text Example


Text Example

White with #E7B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B41C; }

 p { color: rgb(231,180,28); }

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

background-color css

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

 a { background-color: rgb(231,180,28); }

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

border-color css

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

 span { border-color: rgb(231,180,28); }

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