Html Css Color HEX #EDA624 Gold Tips

📋 copy color: '#EDA624'

red 237 ◦ green 166 ◦ blue 36

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

Shades of Gold Tips #EDA624

Tints of Gold Tips #EDA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 36 (14.45% from 255) = 8.2%

R = 53.99%
G = 37.81%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDA624 (or 0xEDA624) is known color: Gold Tips. HEX triplet: ED, A6 and 24. RGB value is (237,166,36). Sum of RGB (Red+Green+Blue) = 237+166+36=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA624 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA624 is #1259DB. Grayscale: #ADADAD. Windows color (decimal): -1202652 or 2402029. OLE color: 2402029.

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

Color convert

RGB 237 166 36 -
CMYK 0 0.30 0.85 0.07
HSL 38.81º 0.85% 0.54% -
HSV(B) 38.81º 0.85% 0.93% -
XYZ 48.88 45.4 7.86 -
YUV 172.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 237 166 36 0 0.30 0.85 0.07 38.81 0.85 0.54
Hex ED A6 24 0 1E 55 7 27 55 36
Octal 355 246 44 0 36 125 7 47 125 66
Binary 11101101 10100110 100100 0 11110 1010101 111 100111 1010101 110110

Color Harmonies of #EDA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA624

Black with #EDA624

Text Example


Text Example

White with #EDA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA624; }

 p { color: rgb(237,166,36); }

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

background-color css

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

 a { background-color: rgb(237,166,36); }

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

border-color css

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

 span { border-color: rgb(237,166,36); }

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