Html Css Color HEX #EDB920 Moon Yellow

📋 copy color: '#EDB920'

red 237 ◦ green 185 ◦ blue 32

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

Shades of Moon Yellow #EDB920

Tints of Moon Yellow #EDB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

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

R = 52.2%
G = 40.75%
B = 7.05%

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

#EDB920 (or 0xEDB920) is known color: Moon Yellow. HEX triplet: ED, B9 and 20. RGB value is (237,185,32). Sum of RGB (Red+Green+Blue) = 237+185+32=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB920 is #1246DF. Grayscale: #B7B7B7. Windows color (decimal): -1197792 or 2144749. OLE color: 2144749.

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

Color convert

RGB 237 185 32 -
CMYK 0 0.22 0.86 0.07
HSL 44.78º 0.85% 0.53% -
HSV(B) 44.78º 0.86% 0.93% -
XYZ 52.53 52.81 8.79 -
YUV 183.11 42.73 166.44 -
System Red Green Blue C M Y K H S L
Decimal 237 185 32 0 0.22 0.86 0.07 44.78 0.85 0.53
Hex ED B9 20 0 16 56 7 2D 55 35
Octal 355 271 40 0 26 126 7 55 125 65
Binary 11101101 10111001 100000 0 10110 1010110 111 101101 1010101 110101

Color Harmonies of #EDB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB920

Black with #EDB920

Text Example


Text Example

White with #EDB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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