Html Css Color HEX #EDAC28 Gold Tips

📋 copy color: '#EDAC28'

red 237 ◦ green 172 ◦ blue 40

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

Shades of Gold Tips #EDAC28

Tints of Gold Tips #EDAC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.91%

R = 52.78%
G = 38.31%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDAC28 (or 0xEDAC28) is known color: Gold Tips. HEX triplet: ED, AC and 28. RGB value is (237,172,40). Sum of RGB (Red+Green+Blue) = 237+172+40=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC28 is #1253D7. Grayscale: #B0B0B0. Windows color (decimal): -1201112 or 2665709. OLE color: 2665709.

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

Color convert

RGB 237 172 40 -
CMYK 0 0.27 0.83 0.07
HSL 40.2º 0.85% 0.54% -
HSV(B) 40.2º 0.83% 0.93% -
XYZ 50.06 47.66 8.57 -
YUV 176.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 237 172 40 0 0.27 0.83 0.07 40.2 0.85 0.54
Hex ED AC 28 0 1B 53 7 28 55 36
Octal 355 254 50 0 33 123 7 50 125 66
Binary 11101101 10101100 101000 0 11011 1010011 111 101000 1010101 110110

Color Harmonies of #EDAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC28

Black with #EDAC28

Text Example


Text Example

White with #EDAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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