Html Css Color HEX #EBA82C Gold Tips

📋 copy color: '#EBA82C'

red 235 ◦ green 168 ◦ blue 44

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

Shades of Gold Tips #EBA82C

Tints of Gold Tips #EBA82C

RGB

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

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

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

R = 52.57%
G = 37.58%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA82C (or 0xEBA82C) is known color: Gold Tips. HEX triplet: EB, A8 and 2C. RGB value is (235,168,44). Sum of RGB (Red+Green+Blue) = 235+168+44=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA82C is #1457D3. Grayscale: #AEAEAE. Windows color (decimal): -1333204 or 2926827. OLE color: 2926827.

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

Color convert

RGB 235 168 44 -
CMYK 0 0.29 0.81 0.08
HSL 38.95º 0.83% 0.55% -
HSV(B) 38.95º 0.81% 0.92% -
XYZ 48.72 45.85 8.66 -
YUV 173.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 235 168 44 0 0.29 0.81 0.08 38.95 0.83 0.55
Hex EB A8 2C 0 1D 51 8 27 53 37
Octal 353 250 54 0 35 121 10 47 123 67
Binary 11101011 10101000 101100 0 11101 1010001 1000 100111 1010011 110111

Color Harmonies of #EBA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA82C

Black with #EBA82C

Text Example


Text Example

White with #EBA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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