Html Css Color HEX #EBAF29 Gold Tips

📋 copy color: '#EBAF29'

red 235 ◦ green 175 ◦ blue 41

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

Shades of Gold Tips #EBAF29

Tints of Gold Tips #EBAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.09%

R = 52.11%
G = 38.8%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBAF29 (or 0xEBAF29) is known color: Gold Tips. HEX triplet: EB, AF and 29. RGB value is (235,175,41). Sum of RGB (Red+Green+Blue) = 235+175+41=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF29 is #1450D6. Grayscale: #B2B2B2. Windows color (decimal): -1331415 or 2732011. OLE color: 2732011.

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

Color convert

RGB 235 175 41 -
CMYK 0 0.26 0.83 0.08
HSL 41.44º 0.83% 0.54% -
HSV(B) 41.44º 0.83% 0.92% -
XYZ 49.99 48.48 8.82 -
YUV 177.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 235 175 41 0 0.26 0.83 0.08 41.44 0.83 0.54
Hex EB AF 29 0 1A 53 8 29 53 36
Octal 353 257 51 0 32 123 10 51 123 66
Binary 11101011 10101111 101001 0 11010 1010011 1000 101001 1010011 110110

Color Harmonies of #EBAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF29

Black with #EBAF29

Text Example


Text Example

White with #EBAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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