Html Css Color HEX #EDAD27 Gold Tips

📋 copy color: '#EDAD27'

red 237 ◦ green 173 ◦ blue 39

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

Shades of Gold Tips #EDAD27

Tints of Gold Tips #EDAD27

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

 BLUE value IS 39 (15.63% from 255) = 8.69%

R = 52.78%
G = 38.53%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDAD27 (or 0xEDAD27) is known color: Gold Tips. HEX triplet: ED, AD and 27. RGB value is (237,173,39). Sum of RGB (Red+Green+Blue) = 237+173+39=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD27 is #1252D8. Grayscale: #B1B1B1. Windows color (decimal): -1200857 or 2600429. OLE color: 2600429.

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

Color convert

RGB 237 173 39 -
CMYK 0 0.27 0.84 0.07
HSL 40.61º 0.85% 0.54% -
HSV(B) 40.61º 0.84% 0.93% -
XYZ 50.23 48.04 8.54 -
YUV 176.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 237 173 39 0 0.27 0.84 0.07 40.61 0.85 0.54
Hex ED AD 27 0 1B 54 7 29 55 36
Octal 355 255 47 0 33 124 7 51 125 66
Binary 11101101 10101101 100111 0 11011 1010100 111 101001 1010101 110110

Color Harmonies of #EDAD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD27

Black with #EDAD27

Text Example


Text Example

White with #EDAD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD27; }

 p { color: rgb(237,173,39); }

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

background-color css

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

 a { background-color: rgb(237,173,39); }

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

border-color css

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

 span { border-color: rgb(237,173,39); }

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