Html Css Color HEX #EDA826 Gold Tips

📋 copy color: '#EDA826'

red 237 ◦ green 168 ◦ blue 38

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

Shades of Gold Tips #EDA826

Tints of Gold Tips #EDA826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.58%

R = 53.5%
G = 37.92%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDA826 (or 0xEDA826) is known color: Gold Tips. HEX triplet: ED, A8 and 26. RGB value is (237,168,38). Sum of RGB (Red+Green+Blue) = 237+168+38=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA826 is #1257D9. Grayscale: #AEAEAE. Windows color (decimal): -1202138 or 2533613. OLE color: 2533613.

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

Color convert

RGB 237 168 38 -
CMYK 0 0.29 0.84 0.07
HSL 39.2º 0.85% 0.54% -
HSV(B) 39.2º 0.84% 0.93% -
XYZ 49.28 46.15 8.14 -
YUV 173.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 237 168 38 0 0.29 0.84 0.07 39.2 0.85 0.54
Hex ED A8 26 0 1D 54 7 27 55 36
Octal 355 250 46 0 35 124 7 47 125 66
Binary 11101101 10101000 100110 0 11101 1010100 111 100111 1010101 110110

Color Harmonies of #EDA826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA826

Black with #EDA826

Text Example


Text Example

White with #EDA826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA826; }

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

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

background-color css

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

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

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

border-color css

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

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

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