Html Css Color HEX #EDB320 Gold Tips

📋 copy color: '#EDB320'

red 237 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #EDB320

Tints of Gold Tips #EDB320

RGB

 RED value IS 237 (92.97% from 255) = 52.9%

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

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

R = 52.9%
G = 39.96%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDB320 (or 0xEDB320) is known color: Gold Tips. HEX triplet: ED, B3 and 20. RGB value is (237,179,32). Sum of RGB (Red+Green+Blue) = 237+179+32=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB320 is #124CDF. Grayscale: #B4B4B4. Windows color (decimal): -1199328 or 2143213. OLE color: 2143213.

HSL color Cylindrical-coordinate representation of color #EDB320: hue angle of 43.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDB320 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 32 -
CMYK 0 0.24 0.86 0.07
HSL 43.02º 0.85% 0.53% -
HSV(B) 43.02º 0.86% 0.93% -
XYZ 51.31 50.35 8.38 -
YUV 179.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 237 179 32 0 0.24 0.86 0.07 43.02 0.85 0.53
Hex ED B3 20 0 18 56 7 2B 55 35
Octal 355 263 40 0 30 126 7 53 125 65
Binary 11101101 10110011 100000 0 11000 1010110 111 101011 1010101 110101

Color Harmonies of #EDB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB320

Black with #EDB320

Text Example


Text Example

White with #EDB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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