Html Css Color HEX #EDA828 Gold Tips

📋 copy color: '#EDA828'

red 237 ◦ green 168 ◦ blue 40

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

Shades of Gold Tips #EDA828

Tints of Gold Tips #EDA828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

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

R = 53.26%
G = 37.75%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDA828 (or 0xEDA828) is known color: Gold Tips. HEX triplet: ED, A8 and 28. RGB value is (237,168,40). Sum of RGB (Red+Green+Blue) = 237+168+40=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA828 is #1257D7. Grayscale: #AEAEAE. Windows color (decimal): -1202136 or 2664685. OLE color: 2664685.

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

Color convert

RGB 237 168 40 -
CMYK 0 0.29 0.83 0.07
HSL 38.98º 0.85% 0.54% -
HSV(B) 38.98º 0.83% 0.93% -
XYZ 49.31 46.16 8.32 -
YUV 174.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 237 168 40 0 0.29 0.83 0.07 38.98 0.85 0.54
Hex ED A8 28 0 1D 53 7 27 55 36
Octal 355 250 50 0 35 123 7 47 125 66
Binary 11101101 10101000 101000 0 11101 1010011 111 100111 1010101 110110

Color Harmonies of #EDA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA828

Black with #EDA828

Text Example


Text Example

White with #EDA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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