#EDB820

Color #EDB820 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EDB820

Tints of Moon Yellow #EDB820

Color information

#EDB820 (or 0xEDB820) is unknown color: approx Moon Yellow. HEX triplet: ED, B8 and 20. RGB value is (237,184,32). Sum of RGB (Red+Green+Blue) = 237+184+32=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB820 is #1247DF. Grayscale: #B7B7B7. Windows color (decimal): -1198048 or 2144493. OLE color: 2144493.

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

Color convert

RGB23718432-
CMYK00.220.860.07
HSL44.49º85.06%52.75%-
HSV(B)44.49º86.5%92.94%-
XYZ52.3352.398.72-
YUV182.5243.06166.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.32%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 32 (12.89% from 255) = 7.06%
R=52.32%
G=40.62%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371843200.220.860.0744.4985.0652.75
HexEDB8200165672c5535
Octal3552704002612675412565
Binary111011011011100010000001011010101101111011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB820; }

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

 H1.HeaderClassName
 {
   color: #EDB820;
 }
 .AnyTagClassName
 {
   color: #EDB820;
 }
</style>
background-color css

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

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

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

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

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

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