Html Css Color HEX #E4BA27 Gold Tips

📋 copy color: '#E4BA27'

red 228 ◦ green 186 ◦ blue 39

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

Shades of Gold Tips #E4BA27

Tints of Gold Tips #E4BA27

RGB

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

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

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

R = 50.33%
G = 41.06%
B = 8.61%

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

#E4BA27 (or 0xE4BA27) is known color: Gold Tips. HEX triplet: E4, BA and 27. RGB value is (228,186,39). Sum of RGB (Red+Green+Blue) = 228+186+39=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BA27 is #1B45D8. Grayscale: #B6B6B6. Windows color (decimal): -1787353 or 2603748. OLE color: 2603748.

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

Color convert

RGB 228 186 39 -
CMYK 0 0.18 0.83 0.11
HSL 46.67º 0.78% 0.52% -
HSV(B) 46.67º 0.83% 0.89% -
XYZ 49.92 51.76 9.28 -
YUV 181.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 228 186 39 0 0.18 0.83 0.11 46.67 0.78 0.52
Hex E4 BA 27 0 12 53 B 2F 4E 34
Octal 344 272 47 0 22 123 13 57 116 64
Binary 11100100 10111010 100111 0 10010 1010011 1011 101111 1001110 110100

Color Harmonies of #E4BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BA27

Black with #E4BA27

Text Example


Text Example

White with #E4BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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