Html Css Color HEX #E2B426 Gold Tips

📋 copy color: '#E2B426'

red 226 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #E2B426

Tints of Gold Tips #E2B426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.56%

R = 50.9%
G = 40.54%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2B426 (or 0xE2B426) is known color: Gold Tips. HEX triplet: E2, B4 and 26. RGB value is (226,180,38). Sum of RGB (Red+Green+Blue) = 226+180+38=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B426 is #1D4BD9. Grayscale: #B2B2B2. Windows color (decimal): -1919962 or 2536674. OLE color: 2536674.

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

Color convert

RGB 226 180 38 -
CMYK 0 0.20 0.83 0.11
HSL 45.32º 0.76% 0.52% -
HSV(B) 45.32º 0.83% 0.89% -
XYZ 48.04 48.95 8.75 -
YUV 177.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 226 180 38 0 0.20 0.83 0.11 45.32 0.76 0.52
Hex E2 B4 26 0 14 53 B 2D 4C 34
Octal 342 264 46 0 24 123 13 55 114 64
Binary 11100010 10110100 100110 0 10100 1010011 1011 101101 1001100 110100

Color Harmonies of #E2B426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B426

Black with #E2B426

Text Example


Text Example

White with #E2B426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B426; }

 p { color: rgb(226,180,38); }

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

background-color css

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

 a { background-color: rgb(226,180,38); }

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

border-color css

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

 span { border-color: rgb(226,180,38); }

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