Html Css Color HEX #EDAC18 Gold Tips

📋 copy color: '#EDAC18'

red 237 ◦ green 172 ◦ blue 24

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

Shades of Gold Tips #EDAC18

Tints of Gold Tips #EDAC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

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

R = 54.73%
G = 39.72%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDAC18 (or 0xEDAC18) is known color: Gold Tips. HEX triplet: ED, AC and 18. RGB value is (237,172,24). Sum of RGB (Red+Green+Blue) = 237+172+24=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC18 is #1253E7. Grayscale: #AFAFAF. Windows color (decimal): -1201128 or 1617133. OLE color: 1617133.

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

Color convert

RGB 237 172 24 -
CMYK 0 0.27 0.90 0.07
HSL 41.69º 0.86% 0.51% -
HSV(B) 41.69º 0.9% 0.93% -
XYZ 49.84 47.58 7.42 -
YUV 174.56 43.03 172.53 -
System Red Green Blue C M Y K H S L
Decimal 237 172 24 0 0.27 0.90 0.07 41.69 0.86 0.51
Hex ED AC 18 0 1B 5A 7 2A 56 33
Octal 355 254 30 0 33 132 7 52 126 63
Binary 11101101 10101100 11000 0 11011 1011010 111 101010 1010110 110011

Color Harmonies of #EDAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC18

Black with #EDAC18

Text Example


Text Example

White with #EDAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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