Html Css Color HEX #EBAB1D Gold Tips

📋 copy color: '#EBAB1D'

red 235 ◦ green 171 ◦ blue 29

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

Shades of Gold Tips #EBAB1D

Tints of Gold Tips #EBAB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

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

R = 54.02%
G = 39.31%
B = 6.67%

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

#EBAB1D (or 0xEBAB1D) is known color: Gold Tips. HEX triplet: EB, AB and 1D. RGB value is (235,171,29). Sum of RGB (Red+Green+Blue) = 235+171+29=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB1D is #1454E2. Grayscale: #AEAEAE. Windows color (decimal): -1332451 or 1944555. OLE color: 1944555.

HSL color Cylindrical-coordinate representation of color #EBAB1D: hue angle of 41.36º 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 #EBAB1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 29 -
CMYK 0 0.27 0.88 0.08
HSL 41.36º 0.84% 0.52% -
HSV(B) 41.36º 0.88% 0.92% -
XYZ 49.05 46.88 7.63 -
YUV 173.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 235 171 29 0 0.27 0.88 0.08 41.36 0.84 0.52
Hex EB AB 1D 0 1B 58 8 29 54 34
Octal 353 253 35 0 33 130 10 51 124 64
Binary 11101011 10101011 11101 0 11011 1011000 1000 101001 1010100 110100

Color Harmonies of #EBAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB1D

Black with #EBAB1D

Text Example


Text Example

White with #EBAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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