Html Css Color HEX #EDC10F Moon Yellow

📋 copy color: '#EDC10F'

red 237 ◦ green 193 ◦ blue 15

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

Shades of Moon Yellow #EDC10F

Tints of Moon Yellow #EDC10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 53.26%
G = 43.37%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDC10F (or 0xEDC10F) is known color: Moon Yellow. HEX triplet: ED, C1 and 0F. RGB value is (237,193,15). Sum of RGB (Red+Green+Blue) = 237+193+15=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC10F is #123EF0. Grayscale: #BABABA. Windows color (decimal): -1195761 or 1032685. OLE color: 1032685.

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

Color convert

RGB 237 193 15 -
CMYK 0 0.19 0.94 0.07
HSL 48.11º 0.88% 0.49% -
HSV(B) 48.11º 0.94% 0.93% -
XYZ 54.08 56.18 8.45 -
YUV 185.86 31.58 164.47 -
System Red Green Blue C M Y K H S L
Decimal 237 193 15 0 0.19 0.94 0.07 48.11 0.88 0.49
Hex ED C1 F 0 13 5E 7 30 58 31
Octal 355 301 17 0 23 136 7 60 130 61
Binary 11101101 11000001 1111 0 10011 1011110 111 110000 1011000 110001

Color Harmonies of #EDC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC10F

Black with #EDC10F

Text Example


Text Example

White with #EDC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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