Html Css Color HEX #EBAC28 Gold Tips

📋 copy color: '#EBAC28'

red 235 ◦ green 172 ◦ blue 40

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

Shades of Gold Tips #EBAC28

Tints of Gold Tips #EBAC28

RGB

 RED value IS 235 (92.19% from 255) = 52.57%

 GREEN value IS 172 (67.58% from 255) = 38.48%

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 52.57%
G = 38.48%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBAC28 (or 0xEBAC28) is known color: Gold Tips. HEX triplet: EB, AC and 28. RGB value is (235,172,40). Sum of RGB (Red+Green+Blue) = 235+172+40=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC28 is #1453D7. Grayscale: #B0B0B0. Windows color (decimal): -1332184 or 2665707. OLE color: 2665707.

HSL color Cylindrical-coordinate representation of color #EBAC28: hue angle of 40.62º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBAC28 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 40 -
CMYK 0 0.27 0.83 0.08
HSL 40.62º 0.83% 0.54% -
HSV(B) 40.62º 0.83% 0.92% -
XYZ 49.4 47.32 8.54 -
YUV 175.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 235 172 40 0 0.27 0.83 0.08 40.62 0.83 0.54
Hex EB AC 28 0 1B 53 8 29 53 36
Octal 353 254 50 0 33 123 10 51 123 66
Binary 11101011 10101100 101000 0 11011 1010011 1000 101001 1010011 110110

Color Harmonies of #EBAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC28

Black with #EBAC28

Text Example


Text Example

White with #EBAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC28; }

 p { color: rgb(235,172,40); }

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

background-color css

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

 a { background-color: rgb(235,172,40); }

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

border-color css

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

 span { border-color: rgb(235,172,40); }

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