Html Css Color HEX #EDA821 Gold Tips

📋 copy color: '#EDA821'

red 237 ◦ green 168 ◦ blue 33

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

Shades of Gold Tips #EDA821

Tints of Gold Tips #EDA821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.53%

R = 54.11%
G = 38.36%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA821 (or 0xEDA821) is known color: Gold Tips. HEX triplet: ED, A8 and 21. RGB value is (237,168,33). Sum of RGB (Red+Green+Blue) = 237+168+33=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA821 is #1257DE. Grayscale: #ADADAD. Windows color (decimal): -1202143 or 2205933. OLE color: 2205933.

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

Color convert

RGB 237 168 33 -
CMYK 0 0.29 0.86 0.07
HSL 39.71º 0.85% 0.53% -
HSV(B) 39.71º 0.86% 0.93% -
XYZ 49.2 46.12 7.75 -
YUV 173.24 48.86 173.48 -
System Red Green Blue C M Y K H S L
Decimal 237 168 33 0 0.29 0.86 0.07 39.71 0.85 0.53
Hex ED A8 21 0 1D 56 7 28 55 35
Octal 355 250 41 0 35 126 7 50 125 65
Binary 11101101 10101000 100001 0 11101 1010110 111 101000 1010101 110101

Color Harmonies of #EDA821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA821

Black with #EDA821

Text Example


Text Example

White with #EDA821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA821; }

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

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

background-color css

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

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

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

border-color css

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

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

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