Html Css Color HEX #EBA927 Gold Tips

📋 copy color: '#EBA927'

red 235 ◦ green 169 ◦ blue 39

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

Shades of Gold Tips #EBA927

Tints of Gold Tips #EBA927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

 BLUE value IS 39 (15.63% from 255) = 8.8%

R = 53.05%
G = 38.15%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA927 (or 0xEBA927) is known color: Gold Tips. HEX triplet: EB, A9 and 27. RGB value is (235,169,39). Sum of RGB (Red+Green+Blue) = 235+169+39=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA927 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA927 is #1456D8. Grayscale: #AEAEAE. Windows color (decimal): -1332953 or 2599403. OLE color: 2599403.

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

Color convert

RGB 235 169 39 -
CMYK 0 0.28 0.83 0.08
HSL 39.8º 0.83% 0.54% -
HSV(B) 39.8º 0.83% 0.92% -
XYZ 48.82 46.18 8.26 -
YUV 173.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 235 169 39 0 0.28 0.83 0.08 39.8 0.83 0.54
Hex EB A9 27 0 1C 53 8 28 53 36
Octal 353 251 47 0 34 123 10 50 123 66
Binary 11101011 10101001 100111 0 11100 1010011 1000 101000 1010011 110110

Color Harmonies of #EBA927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA927

Black with #EBA927

Text Example


Text Example

White with #EBA927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA927; }

 p { color: rgb(235,169,39); }

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

background-color css

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

 a { background-color: rgb(235,169,39); }

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

border-color css

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

 span { border-color: rgb(235,169,39); }

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