Html Css Color HEX #EBA82B Gold Tips

📋 copy color: '#EBA82B'

red 235 ◦ green 168 ◦ blue 43

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

Shades of Gold Tips #EBA82B

Tints of Gold Tips #EBA82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 52.69%
G = 37.67%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBA82B (or 0xEBA82B) is known color: Gold Tips. HEX triplet: EB, A8 and 2B. RGB value is (235,168,43). Sum of RGB (Red+Green+Blue) = 235+168+43=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA82B is #1457D4. Grayscale: #AEAEAE. Windows color (decimal): -1333205 or 2861291. OLE color: 2861291.

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

Color convert

RGB 235 168 43 -
CMYK 0 0.29 0.82 0.08
HSL 39.06º 0.83% 0.55% -
HSV(B) 39.06º 0.82% 0.92% -
XYZ 48.7 45.84 8.57 -
YUV 173.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 235 168 43 0 0.29 0.82 0.08 39.06 0.83 0.55
Hex EB A8 2B 0 1D 52 8 27 53 37
Octal 353 250 53 0 35 122 10 47 123 67
Binary 11101011 10101000 101011 0 11101 1010010 1000 100111 1010011 110111

Color Harmonies of #EBA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA82B

Black with #EBA82B

Text Example


Text Example

White with #EBA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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