Html Css Color HEX #EBAC1D Gold Tips

📋 copy color: '#EBAC1D'

red 235 ◦ green 172 ◦ blue 29

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

Shades of Gold Tips #EBAC1D

Tints of Gold Tips #EBAC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 53.9%
G = 39.45%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBAC1D (or 0xEBAC1D) is known color: Gold Tips. HEX triplet: EB, AC and 1D. RGB value is (235,172,29). Sum of RGB (Red+Green+Blue) = 235+172+29=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC1D is #1453E2. Grayscale: #AFAFAF. Windows color (decimal): -1332195 or 1944811. OLE color: 1944811.

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

Color convert

RGB 235 172 29 -
CMYK 0 0.27 0.88 0.08
HSL 41.65º 0.84% 0.52% -
HSV(B) 41.65º 0.88% 0.92% -
XYZ 49.24 47.26 7.69 -
YUV 174.54 45.87 171.13 -
System Red Green Blue C M Y K H S L
Decimal 235 172 29 0 0.27 0.88 0.08 41.65 0.84 0.52
Hex EB AC 1D 0 1B 58 8 2A 54 34
Octal 353 254 35 0 33 130 10 52 124 64
Binary 11101011 10101100 11101 0 11011 1011000 1000 101010 1010100 110100

Color Harmonies of #EBAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC1D

Black with #EBAC1D

Text Example


Text Example

White with #EBAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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