Html Css Color HEX #EDB118 Gold Tips

📋 copy color: '#EDB118'

red 237 ◦ green 177 ◦ blue 24

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

Shades of Gold Tips #EDB118

Tints of Gold Tips #EDB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 54.11%
G = 40.41%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDB118 (or 0xEDB118) is known color: Gold Tips. HEX triplet: ED, B1 and 18. RGB value is (237,177,24). Sum of RGB (Red+Green+Blue) = 237+177+24=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB118 is #124EE7. Grayscale: #B2B2B2. Windows color (decimal): -1199848 or 1618413. OLE color: 1618413.

HSL color Cylindrical-coordinate representation of color #EDB118: hue angle of 43.1º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDB118 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 24 -
CMYK 0 0.25 0.90 0.07
HSL 43.1º 0.86% 0.51% -
HSV(B) 43.1º 0.9% 0.93% -
XYZ 50.81 49.51 7.74 -
YUV 177.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 237 177 24 0 0.25 0.90 0.07 43.1 0.86 0.51
Hex ED B1 18 0 19 5A 7 2B 56 33
Octal 355 261 30 0 31 132 7 53 126 63
Binary 11101101 10110001 11000 0 11001 1011010 111 101011 1010110 110011

Color Harmonies of #EDB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB118

Black with #EDB118

Text Example


Text Example

White with #EDB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB118; }

 p { color: rgb(237,177,24); }

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

background-color css

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

 a { background-color: rgb(237,177,24); }

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

border-color css

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

 span { border-color: rgb(237,177,24); }

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