Html Css Color HEX #E8B31F Gold Tips

📋 copy color: '#E8B31F'

red 232 ◦ green 179 ◦ blue 31

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

Shades of Gold Tips #E8B31F

Tints of Gold Tips #E8B31F

RGB

 RED value IS 232 (91.02% from 255) = 52.49%

 GREEN value IS 179 (70.31% from 255) = 40.5%

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 52.49%
G = 40.5%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8B31F (or 0xE8B31F) is known color: Gold Tips. HEX triplet: E8, B3 and 1F. RGB value is (232,179,31). Sum of RGB (Red+Green+Blue) = 232+179+31=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B31F is #174CE0. Grayscale: #B2B2B2. Windows color (decimal): -1527009 or 2077672. OLE color: 2077672.

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

Color convert

RGB 232 179 31 -
CMYK 0 0.23 0.87 0.09
HSL 44.18º 0.81% 0.52% -
HSV(B) 44.18º 0.87% 0.91% -
XYZ 49.65 49.49 8.23 -
YUV 177.98 45.06 166.53 -
System Red Green Blue C M Y K H S L
Decimal 232 179 31 0 0.23 0.87 0.09 44.18 0.81 0.52
Hex E8 B3 1F 0 17 57 9 2C 51 34
Octal 350 263 37 0 27 127 11 54 121 64
Binary 11101000 10110011 11111 0 10111 1010111 1001 101100 1010001 110100

Color Harmonies of #E8B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B31F

Black with #E8B31F

Text Example


Text Example

White with #E8B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B31F; }

 p { color: rgb(232,179,31); }

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

background-color css

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

 a { background-color: rgb(232,179,31); }

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

border-color css

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

 span { border-color: rgb(232,179,31); }

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