#EDB60F

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

Shades of Moon Yellow #EDB60F

Tints of Moon Yellow #EDB60F

Color information

#EDB60F (or 0xEDB60F) is unknown color: approx Moon Yellow. HEX triplet: ED, B6 and 0F. RGB value is (237,182,15). Sum of RGB (Red+Green+Blue) = 237+182+15=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB60F is #1249F0. Grayscale: #B4B4B4. Windows color (decimal): -1198577 or 1029869. OLE color: 1029869.

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

Color convert

RGB23718215-
CMYK00.230.940.07
HSL45.14º88.1%49.41%-
HSV(B)45.14º93.67%92.94%-
XYZ51.7451.497.66-
YUV179.4135.22169.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.61%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 15 (6.25% from 255) = 3.46%
R=54.61%
G=41.94%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371821500.230.940.0745.1488.149.41
HexEDB6F0175E72d5831
Octal3552661702713675513061
Binary1110110110110110111101011110111101111011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB60F; }

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

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

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

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

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

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

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

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