Html Css Color HEX #EBB420 Gold Tips

📋 copy color: '#EBB420'

red 235 ◦ green 180 ◦ blue 32

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

Shades of Gold Tips #EBB420

Tints of Gold Tips #EBB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

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

R = 52.57%
G = 40.27%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBB420 (or 0xEBB420) is known color: Gold Tips. HEX triplet: EB, B4 and 20. RGB value is (235,180,32). Sum of RGB (Red+Green+Blue) = 235+180+32=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB420 is #144BDF. Grayscale: #B4B4B4. Windows color (decimal): -1330144 or 2143467. OLE color: 2143467.

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

Color convert

RGB 235 180 32 -
CMYK 0 0.23 0.86 0.08
HSL 43.74º 0.84% 0.52% -
HSV(B) 43.74º 0.86% 0.92% -
XYZ 50.84 50.41 8.42 -
YUV 179.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 235 180 32 0 0.23 0.86 0.08 43.74 0.84 0.52
Hex EB B4 20 0 17 56 8 2C 54 34
Octal 353 264 40 0 27 126 10 54 124 64
Binary 11101011 10110100 100000 0 10111 1010110 1000 101100 1010100 110100

Color Harmonies of #EBB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB420

Black with #EBB420

Text Example


Text Example

White with #EBB420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB420; }

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

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

background-color css

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

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

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

border-color css

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

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

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