#EDBD0F

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

Shades of Moon Yellow #EDBD0F

Tints of Moon Yellow #EDBD0F

Color information

#EDBD0F (or 0xEDBD0F) is unknown color: approx Moon Yellow. HEX triplet: ED, BD and 0F. RGB value is (237,189,15). Sum of RGB (Red+Green+Blue) = 237+189+15=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBD0F is #1242F0. Grayscale: #B8B8B8. Windows color (decimal): -1196785 or 1031661. OLE color: 1031661.

HSL color Cylindrical-coordinate representation of color #EDBD0F: hue angle of 47.03º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDBD0F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23718915-
CMYK00.200.940.07
HSL47.03º88.1%49.41%-
HSV(B)47.03º93.67%92.94%-
XYZ53.2154.438.15-
YUV183.5232.9166.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.74%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 3.40%
R=53.74%
G=42.86%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371891500.200.940.0747.0388.149.41
HexEDBDF0145E72f5831
Octal3552751702413675713061
Binary1110110110111101111101010010111101111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD0F; }

 p { color: rgb(237,189,15); }

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

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

 a { background-color: rgb(237,189,15); }

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

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

 span { border-color: rgb(237,189,15); }

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