Html Css Color HEX #EBAF18 Gold Tips

📋 copy color: '#EBAF18'

red 235 ◦ green 175 ◦ blue 24

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

Shades of Gold Tips #EBAF18

Tints of Gold Tips #EBAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 54.15%
G = 40.32%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBAF18 (or 0xEBAF18) is known color: Gold Tips. HEX triplet: EB, AF and 18. RGB value is (235,175,24). Sum of RGB (Red+Green+Blue) = 235+175+24=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF18 is #1450E7. Grayscale: #B0B0B0. Windows color (decimal): -1331432 or 1617899. OLE color: 1617899.

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

Color convert

RGB 235 175 24 -
CMYK 0 0.26 0.90 0.08
HSL 42.94º 0.84% 0.51% -
HSV(B) 42.94º 0.9% 0.92% -
XYZ 49.76 48.39 7.58 -
YUV 175.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 235 175 24 0 0.26 0.90 0.08 42.94 0.84 0.51
Hex EB AF 18 0 1A 5A 8 2B 54 33
Octal 353 257 30 0 32 132 10 53 124 63
Binary 11101011 10101111 11000 0 11010 1011010 1000 101011 1010100 110011

Color Harmonies of #EBAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF18

Black with #EBAF18

Text Example


Text Example

White with #EBAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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