Html Css Color HEX #EDB319 Gold Tips

📋 copy color: '#EDB319'

red 237 ◦ green 179 ◦ blue 25

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

Shades of Gold Tips #EDB319

Tints of Gold Tips #EDB319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.67%

R = 53.74%
G = 40.59%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB319 (or 0xEDB319) is known color: Gold Tips. HEX triplet: ED, B3 and 19. RGB value is (237,179,25). Sum of RGB (Red+Green+Blue) = 237+179+25=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB319 is #124CE6. Grayscale: #B3B3B3. Windows color (decimal): -1199335 or 1684461. OLE color: 1684461.

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

Color convert

RGB 237 179 25 -
CMYK 0 0.24 0.89 0.07
HSL 43.58º 0.85% 0.51% -
HSV(B) 43.58º 0.89% 0.93% -
XYZ 51.22 50.31 7.93 -
YUV 178.79 41.22 169.52 -
System Red Green Blue C M Y K H S L
Decimal 237 179 25 0 0.24 0.89 0.07 43.58 0.85 0.51
Hex ED B3 19 0 18 59 7 2C 55 33
Octal 355 263 31 0 30 131 7 54 125 63
Binary 11101101 10110011 11001 0 11000 1011001 111 101100 1010101 110011

Color Harmonies of #EDB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB319

Black with #EDB319

Text Example


Text Example

White with #EDB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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