Html Css Color HEX #E2B02D Gold Tips

📋 copy color: '#E2B02D'

red 226 ◦ green 176 ◦ blue 45

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

Shades of Gold Tips #E2B02D

Tints of Gold Tips #E2B02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 50.56%
G = 39.37%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2B02D (or 0xE2B02D) is known color: Gold Tips. HEX triplet: E2, B0 and 2D. RGB value is (226,176,45). Sum of RGB (Red+Green+Blue) = 226+176+45=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B02D is #1D4FD2. Grayscale: #B0B0B0. Windows color (decimal): -1920979 or 2994402. OLE color: 2994402.

HSL color Cylindrical-coordinate representation of color #E2B02D: hue angle of 43.43º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2B02D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 45 -
CMYK 0 0.22 0.80 0.11
HSL 43.43º 0.76% 0.53% -
HSV(B) 43.43º 0.8% 0.89% -
XYZ 47.36 47.41 9.14 -
YUV 176.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 226 176 45 0 0.22 0.80 0.11 43.43 0.76 0.53
Hex E2 B0 2D 0 16 50 B 2B 4C 35
Octal 342 260 55 0 26 120 13 53 114 65
Binary 11100010 10110000 101101 0 10110 1010000 1011 101011 1001100 110101

Color Harmonies of #E2B02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B02D

Black with #E2B02D

Text Example


Text Example

White with #E2B02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B02D; }

 p { color: rgb(226,176,45); }

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

background-color css

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

 a { background-color: rgb(226,176,45); }

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

border-color css

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

 span { border-color: rgb(226,176,45); }

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