Html Css Color HEX #E4B82C Gold Tips

📋 copy color: '#E4B82C'

red 228 ◦ green 184 ◦ blue 44

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

Shades of Gold Tips #E4B82C

Tints of Gold Tips #E4B82C

RGB

 RED value IS 228 (89.45% from 255) = 50%

 GREEN value IS 184 (72.27% from 255) = 40.35%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 50%
G = 40.35%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E4B82C (or 0xE4B82C) is known color: Gold Tips. HEX triplet: E4, B8 and 2C. RGB value is (228,184,44). Sum of RGB (Red+Green+Blue) = 228+184+44=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B82C is #1B47D3. Grayscale: #B5B5B5. Windows color (decimal): -1787860 or 2930916. OLE color: 2930916.

HSL color Cylindrical-coordinate representation of color #E4B82C: hue angle of 45.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4B82C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 184 44 -
CMYK 0 0.19 0.81 0.11
HSL 45.65º 0.77% 0.53% -
HSV(B) 45.65º 0.81% 0.89% -
XYZ 49.59 50.96 9.6 -
YUV 181.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 228 184 44 0 0.19 0.81 0.11 45.65 0.77 0.53
Hex E4 B8 2C 0 13 51 B 2E 4D 35
Octal 344 270 54 0 23 121 13 56 115 65
Binary 11100100 10111000 101100 0 10011 1010001 1011 101110 1001101 110101

Color Harmonies of #E4B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B82C

Black with #E4B82C

Text Example


Text Example

White with #E4B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B82C; }

 p { color: rgb(228,184,44); }

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

background-color css

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

 a { background-color: rgb(228,184,44); }

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

border-color css

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

 span { border-color: rgb(228,184,44); }

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