Html Css Color HEX #EBAB18 Gold Tips

📋 copy color: '#EBAB18'

red 235 ◦ green 171 ◦ blue 24

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

Shades of Gold Tips #EBAB18

Tints of Gold Tips #EBAB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.58%

R = 54.65%
G = 39.77%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBAB18 (or 0xEBAB18) is known color: Gold Tips. HEX triplet: EB, AB and 18. RGB value is (235,171,24). Sum of RGB (Red+Green+Blue) = 235+171+24=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB18 is #1454E7. Grayscale: #AEAEAE. Windows color (decimal): -1332456 or 1616875. OLE color: 1616875.

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

Color convert

RGB 235 171 24 -
CMYK 0 0.27 0.90 0.08
HSL 41.8º 0.84% 0.51% -
HSV(B) 41.8º 0.9% 0.92% -
XYZ 48.99 46.85 7.33 -
YUV 173.38 43.7 171.95 -
System Red Green Blue C M Y K H S L
Decimal 235 171 24 0 0.27 0.90 0.08 41.8 0.84 0.51
Hex EB AB 18 0 1B 5A 8 2A 54 33
Octal 353 253 30 0 33 132 10 52 124 63
Binary 11101011 10101011 11000 0 11011 1011010 1000 101010 1010100 110011

Color Harmonies of #EBAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB18

Black with #EBAB18

Text Example


Text Example

White with #EBAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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