Html Css Color HEX #EBA92B Gold Tips

📋 copy color: '#EBA92B'

red 235 ◦ green 169 ◦ blue 43

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

Shades of Gold Tips #EBA92B

Tints of Gold Tips #EBA92B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.62%

R = 52.57%
G = 37.81%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBA92B (or 0xEBA92B) is known color: Gold Tips. HEX triplet: EB, A9 and 2B. RGB value is (235,169,43). Sum of RGB (Red+Green+Blue) = 235+169+43=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA92B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA92B is #1456D4. Grayscale: #AEAEAE. Windows color (decimal): -1332949 or 2861547. OLE color: 2861547.

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

Color convert

RGB 235 169 43 -
CMYK 0 0.28 0.82 0.08
HSL 39.38º 0.83% 0.55% -
HSV(B) 39.38º 0.82% 0.92% -
XYZ 48.88 46.21 8.63 -
YUV 174.37 53.87 171.25 -
System Red Green Blue C M Y K H S L
Decimal 235 169 43 0 0.28 0.82 0.08 39.38 0.83 0.55
Hex EB A9 2B 0 1C 52 8 27 53 37
Octal 353 251 53 0 34 122 10 47 123 67
Binary 11101011 10101001 101011 0 11100 1010010 1000 100111 1010011 110111

Color Harmonies of #EBA92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA92B

Black with #EBA92B

Text Example


Text Example

White with #EBA92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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