Html Css Color HEX #EBA926 Gold Tips

📋 copy color: '#EBA926'

red 235 ◦ green 169 ◦ blue 38

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

Shades of Gold Tips #EBA926

Tints of Gold Tips #EBA926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.6%

R = 53.17%
G = 38.24%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA926 (or 0xEBA926) is known color: Gold Tips. HEX triplet: EB, A9 and 26. RGB value is (235,169,38). Sum of RGB (Red+Green+Blue) = 235+169+38=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA926 is #1456D9. Grayscale: #AEAEAE. Windows color (decimal): -1332954 or 2533867. OLE color: 2533867.

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

Color convert

RGB 235 169 38 -
CMYK 0 0.28 0.84 0.08
HSL 39.9º 0.83% 0.54% -
HSV(B) 39.9º 0.84% 0.92% -
XYZ 48.8 46.18 8.18 -
YUV 173.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 235 169 38 0 0.28 0.84 0.08 39.9 0.83 0.54
Hex EB A9 26 0 1C 54 8 28 53 36
Octal 353 251 46 0 34 124 10 50 123 66
Binary 11101011 10101001 100110 0 11100 1010100 1000 101000 1010011 110110

Color Harmonies of #EBA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA926

Black with #EBA926

Text Example


Text Example

White with #EBA926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA926; }

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

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

background-color css

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

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

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

border-color css

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

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

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