Html Css Color HEX #EDB418 Gold Tips

📋 copy color: '#EDB418'

red 237 ◦ green 180 ◦ blue 24

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

Shades of Gold Tips #EDB418

Tints of Gold Tips #EDB418

RGB

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

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

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

R = 53.74%
G = 40.82%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDB418 (or 0xEDB418) is known color: Gold Tips. HEX triplet: ED, B4 and 18. RGB value is (237,180,24). Sum of RGB (Red+Green+Blue) = 237+180+24=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB418 is #124BE7. Grayscale: #B3B3B3. Windows color (decimal): -1199080 or 1619181. OLE color: 1619181.

HSL color Cylindrical-coordinate representation of color #EDB418: hue angle of 43.94º 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 #EDB418 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 24 -
CMYK 0 0.24 0.90 0.07
HSL 43.94º 0.86% 0.51% -
HSV(B) 43.94º 0.9% 0.93% -
XYZ 51.41 50.71 7.94 -
YUV 179.26 40.38 169.18 -
System Red Green Blue C M Y K H S L
Decimal 237 180 24 0 0.24 0.90 0.07 43.94 0.86 0.51
Hex ED B4 18 0 18 5A 7 2C 56 33
Octal 355 264 30 0 30 132 7 54 126 63
Binary 11101101 10110100 11000 0 11000 1011010 111 101100 1010110 110011

Color Harmonies of #EDB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB418

Black with #EDB418

Text Example


Text Example

White with #EDB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB418; }

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

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

background-color css

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

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

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

border-color css

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

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

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