Html Css Color HEX #EDAC29 Gold Tips

📋 copy color: '#EDAC29'

red 237 ◦ green 172 ◦ blue 41

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

Shades of Gold Tips #EDAC29

Tints of Gold Tips #EDAC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.11%

R = 52.67%
G = 38.22%
B = 9.11%

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

#EDAC29 (or 0xEDAC29) is known color: Gold Tips. HEX triplet: ED, AC and 29. RGB value is (237,172,41). Sum of RGB (Red+Green+Blue) = 237+172+41=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC29 is #1253D6. Grayscale: #B1B1B1. Windows color (decimal): -1201111 or 2731245. OLE color: 2731245.

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

Color convert

RGB 237 172 41 -
CMYK 0 0.27 0.83 0.07
HSL 40.1º 0.84% 0.55% -
HSV(B) 40.1º 0.83% 0.93% -
XYZ 50.08 47.67 8.66 -
YUV 176.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 237 172 41 0 0.27 0.83 0.07 40.1 0.84 0.55
Hex ED AC 29 0 1B 53 7 28 54 37
Octal 355 254 51 0 33 123 7 50 124 67
Binary 11101101 10101100 101001 0 11011 1010011 111 101000 1010100 110111

Color Harmonies of #EDAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC29

Black with #EDAC29

Text Example


Text Example

White with #EDAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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