Html Css Color HEX #E0BA23 Gold Tips

📋 copy color: '#E0BA23'

red 224 ◦ green 186 ◦ blue 35

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

Shades of Gold Tips #E0BA23

Tints of Gold Tips #E0BA23

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

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

 BLUE value IS 35 (14.06% from 255) = 7.87%

R = 50.34%
G = 41.8%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E0BA23 (or 0xE0BA23) is known color: Gold Tips. HEX triplet: E0, BA and 23. RGB value is (224,186,35). Sum of RGB (Red+Green+Blue) = 224+186+35=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA23 is #1F45DC. Grayscale: #B4B4B4. Windows color (decimal): -2049501 or 2341600. OLE color: 2341600.

HSL color Cylindrical-coordinate representation of color #E0BA23: hue angle of 47.94º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0BA23 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 35 -
CMYK 0 0.17 0.84 0.12
HSL 47.94º 0.75% 0.51% -
HSV(B) 47.94º 0.84% 0.88% -
XYZ 48.6 51.09 8.89 -
YUV 180.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 224 186 35 0 0.17 0.84 0.12 47.94 0.75 0.51
Hex E0 BA 23 0 11 54 C 30 4B 33
Octal 340 272 43 0 21 124 14 60 113 63
Binary 11100000 10111010 100011 0 10001 1010100 1100 110000 1001011 110011

Color Harmonies of #E0BA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA23

Black with #E0BA23

Text Example


Text Example

White with #E0BA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA23; }

 p { color: rgb(224,186,35); }

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

background-color css

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

 a { background-color: rgb(224,186,35); }

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

border-color css

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

 span { border-color: rgb(224,186,35); }

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