Html Css Color HEX #E2BA27 Gold Tips

📋 copy color: '#E2BA27'

red 226 ◦ green 186 ◦ blue 39

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

Shades of Gold Tips #E2BA27

Tints of Gold Tips #E2BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

 BLUE value IS 39 (15.63% from 255) = 8.65%

R = 50.11%
G = 41.24%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2BA27 (or 0xE2BA27) is known color: Gold Tips. HEX triplet: E2, BA and 27. RGB value is (226,186,39). Sum of RGB (Red+Green+Blue) = 226+186+39=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BA27 is #1D45D8. Grayscale: #B5B5B5. Windows color (decimal): -1918425 or 2603746. OLE color: 2603746.

HSL color Cylindrical-coordinate representation of color #E2BA27: hue angle of 47.17º 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 #E2BA27 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 186 39 -
CMYK 0 0.18 0.83 0.11
HSL 47.17º 0.76% 0.52% -
HSV(B) 47.17º 0.83% 0.89% -
XYZ 49.29 51.43 9.25 -
YUV 181.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 226 186 39 0 0.18 0.83 0.11 47.17 0.76 0.52
Hex E2 BA 27 0 12 53 B 2F 4C 34
Octal 342 272 47 0 22 123 13 57 114 64
Binary 11100010 10111010 100111 0 10010 1010011 1011 101111 1001100 110100

Color Harmonies of #E2BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA27

Black with #E2BA27

Text Example


Text Example

White with #E2BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA27; }

 p { color: rgb(226,186,39); }

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

background-color css

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

 a { background-color: rgb(226,186,39); }

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

border-color css

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

 span { border-color: rgb(226,186,39); }

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