Html Css Color HEX #E2B828 Gold Tips

📋 copy color: '#E2B828'

red 226 ◦ green 184 ◦ blue 40

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

Shades of Gold Tips #E2B828

Tints of Gold Tips #E2B828

RGB

 RED value IS 226 (88.67% from 255) = 50.22%

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

 BLUE value IS 40 (16.02% from 255) = 8.89%

R = 50.22%
G = 40.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2B828 (or 0xE2B828) is known color: Gold Tips. HEX triplet: E2, B8 and 28. RGB value is (226,184,40). Sum of RGB (Red+Green+Blue) = 226+184+40=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B828 is #1D47D7. Grayscale: #B4B4B4. Windows color (decimal): -1918936 or 2668770. OLE color: 2668770.

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

Color convert

RGB 226 184 40 -
CMYK 0 0.19 0.82 0.11
HSL 46.45º 0.76% 0.52% -
HSV(B) 46.45º 0.82% 0.89% -
XYZ 48.89 50.6 9.2 -
YUV 180.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 226 184 40 0 0.19 0.82 0.11 46.45 0.76 0.52
Hex E2 B8 28 0 13 52 B 2E 4C 34
Octal 342 270 50 0 23 122 13 56 114 64
Binary 11100010 10111000 101000 0 10011 1010010 1011 101110 1001100 110100

Color Harmonies of #E2B828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B828

Black with #E2B828

Text Example


Text Example

White with #E2B828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B828; }

 p { color: rgb(226,184,40); }

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

background-color css

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

 a { background-color: rgb(226,184,40); }

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

border-color css

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

 span { border-color: rgb(226,184,40); }

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