Html Css Color HEX #E7B42A Gold Tips

📋 copy color: '#E7B42A'

red 231 ◦ green 180 ◦ blue 42

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

Shades of Gold Tips #E7B42A

Tints of Gold Tips #E7B42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.27%

R = 50.99%
G = 39.74%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7B42A (or 0xE7B42A) is known color: Gold Tips. HEX triplet: E7, B4 and 2A. RGB value is (231,180,42). Sum of RGB (Red+Green+Blue) = 231+180+42=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B42A is #184BD5. Grayscale: #B4B4B4. Windows color (decimal): -1592278 or 2798823. OLE color: 2798823.

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

Color convert

RGB 231 180 42 -
CMYK 0 0.22 0.82 0.09
HSL 43.81º 0.8% 0.54% -
HSV(B) 43.81º 0.82% 0.91% -
XYZ 49.69 49.8 9.18 -
YUV 179.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 231 180 42 0 0.22 0.82 0.09 43.81 0.8 0.54
Hex E7 B4 2A 0 16 52 9 2C 50 36
Octal 347 264 52 0 26 122 11 54 120 66
Binary 11100111 10110100 101010 0 10110 1010010 1001 101100 1010000 110110

Color Harmonies of #E7B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B42A

Black with #E7B42A

Text Example


Text Example

White with #E7B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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