Html Css Color HEX #EDA621 Gold Tips

📋 copy color: '#EDA621'

red 237 ◦ green 166 ◦ blue 33

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

Shades of Gold Tips #EDA621

Tints of Gold Tips #EDA621

RGB

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

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

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

R = 54.36%
G = 38.07%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA621 (or 0xEDA621) is known color: Gold Tips. HEX triplet: ED, A6 and 21. RGB value is (237,166,33). Sum of RGB (Red+Green+Blue) = 237+166+33=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA621 is #1259DE. Grayscale: #ACACAC. Windows color (decimal): -1202655 or 2205421. OLE color: 2205421.

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

Color convert

RGB 237 166 33 -
CMYK 0 0.30 0.86 0.07
HSL 39.12º 0.85% 0.53% -
HSV(B) 39.12º 0.86% 0.93% -
XYZ 48.84 45.39 7.63 -
YUV 172.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 237 166 33 0 0.30 0.86 0.07 39.12 0.85 0.53
Hex ED A6 21 0 1E 56 7 27 55 35
Octal 355 246 41 0 36 126 7 47 125 65
Binary 11101101 10100110 100001 0 11110 1010110 111 100111 1010101 110101

Color Harmonies of #EDA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA621

Black with #EDA621

Text Example


Text Example

White with #EDA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA621; }

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

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

background-color css

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

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

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

border-color css

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

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

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