Html Css Color HEX #E7A81C Gold Tips

📋 copy color: '#E7A81C'

red 231 ◦ green 168 ◦ blue 28

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

Shades of Gold Tips #E7A81C

Tints of Gold Tips #E7A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

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

R = 54.1%
G = 39.34%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7A81C (or 0xE7A81C) is known color: Gold Tips. HEX triplet: E7, A8 and 1C. RGB value is (231,168,28). Sum of RGB (Red+Green+Blue) = 231+168+28=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A81C is #1857E3. Grayscale: #ABABAB. Windows color (decimal): -1595364 or 1878247. OLE color: 1878247.

HSL color Cylindrical-coordinate representation of color #E7A81C: hue angle of 41.38º 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 #E7A81C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 168 28 -
CMYK 0 0.27 0.88 0.09
HSL 41.38º 0.81% 0.51% -
HSV(B) 41.38º 0.88% 0.91% -
XYZ 47.17 45.08 7.31 -
YUV 170.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 231 168 28 0 0.27 0.88 0.09 41.38 0.81 0.51
Hex E7 A8 1C 0 1B 58 9 29 51 33
Octal 347 250 34 0 33 130 11 51 121 63
Binary 11100111 10101000 11100 0 11011 1011000 1001 101001 1010001 110011

Color Harmonies of #E7A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A81C

Black with #E7A81C

Text Example


Text Example

White with #E7A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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