Html Css Color HEX #EBAF2C Gold Tips

📋 copy color: '#EBAF2C'

red 235 ◦ green 175 ◦ blue 44

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

Shades of Gold Tips #EBAF2C

Tints of Gold Tips #EBAF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.69%

R = 51.76%
G = 38.55%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBAF2C (or 0xEBAF2C) is known color: Gold Tips. HEX triplet: EB, AF and 2C. RGB value is (235,175,44). Sum of RGB (Red+Green+Blue) = 235+175+44=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF2C is #1450D3. Grayscale: #B2B2B2. Windows color (decimal): -1331412 or 2928619. OLE color: 2928619.

HSL color Cylindrical-coordinate representation of color #EBAF2C: hue angle of 41.15º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBAF2C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 44 -
CMYK 0 0.26 0.81 0.08
HSL 41.15º 0.83% 0.55% -
HSV(B) 41.15º 0.81% 0.92% -
XYZ 50.05 48.5 9.11 -
YUV 178.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 235 175 44 0 0.26 0.81 0.08 41.15 0.83 0.55
Hex EB AF 2C 0 1A 51 8 29 53 37
Octal 353 257 54 0 32 121 10 51 123 67
Binary 11101011 10101111 101100 0 11010 1010001 1000 101001 1010011 110111

Color Harmonies of #EBAF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF2C

Black with #EBAF2C

Text Example


Text Example

White with #EBAF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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