Html Css Color HEX #EDBA20 Moon Yellow

📋 copy color: '#EDBA20'

red 237 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #EDBA20

Tints of Moon Yellow #EDBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 32 (12.89% from 255) = 7.03%

R = 52.09%
G = 40.88%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDBA20 (or 0xEDBA20) is known color: Moon Yellow. HEX triplet: ED, BA and 20. RGB value is (237,186,32). Sum of RGB (Red+Green+Blue) = 237+186+32=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA20 is #1245DF. Grayscale: #B8B8B8. Windows color (decimal): -1197536 or 2145005. OLE color: 2145005.

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

Color convert

RGB 237 186 32 -
CMYK 0 0.22 0.86 0.07
HSL 45.07º 0.85% 0.53% -
HSV(B) 45.07º 0.86% 0.93% -
XYZ 52.74 53.23 8.86 -
YUV 183.69 42.4 166.02 -
System Red Green Blue C M Y K H S L
Decimal 237 186 32 0 0.22 0.86 0.07 45.07 0.85 0.53
Hex ED BA 20 0 16 56 7 2D 55 35
Octal 355 272 40 0 26 126 7 55 125 65
Binary 11101101 10111010 100000 0 10110 1010110 111 101101 1010101 110101

Color Harmonies of #EDBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA20

Black with #EDBA20

Text Example


Text Example

White with #EDBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA20; }

 p { color: rgb(237,186,32); }

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

background-color css

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

 a { background-color: rgb(237,186,32); }

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

border-color css

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

 span { border-color: rgb(237,186,32); }

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