Html Css Color HEX #EBB320 Gold Tips

📋 copy color: '#EBB320'

red 235 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #EBB320

Tints of Gold Tips #EBB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 52.69%
G = 40.13%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBB320 (or 0xEBB320) is known color: Gold Tips. HEX triplet: EB, B3 and 20. RGB value is (235,179,32). Sum of RGB (Red+Green+Blue) = 235+179+32=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB320 is #144CDF. Grayscale: #B3B3B3. Windows color (decimal): -1330400 or 2143211. OLE color: 2143211.

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

Color convert

RGB 235 179 32 -
CMYK 0 0.24 0.86 0.08
HSL 43.45º 0.84% 0.52% -
HSV(B) 43.45º 0.86% 0.92% -
XYZ 50.64 50.01 8.35 -
YUV 178.99 45.05 167.95 -
System Red Green Blue C M Y K H S L
Decimal 235 179 32 0 0.24 0.86 0.08 43.45 0.84 0.52
Hex EB B3 20 0 18 56 8 2B 54 34
Octal 353 263 40 0 30 126 10 53 124 64
Binary 11101011 10110011 100000 0 11000 1010110 1000 101011 1010100 110100

Color Harmonies of #EBB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB320

Black with #EBB320

Text Example


Text Example

White with #EBB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB320; }

 p { color: rgb(235,179,32); }

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

background-color css

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

 a { background-color: rgb(235,179,32); }

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

border-color css

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

 span { border-color: rgb(235,179,32); }

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