Html Css Color HEX #EDC10E Moon Yellow

📋 copy color: '#EDC10E'

red 237 ◦ green 193 ◦ blue 14

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

Shades of Moon Yellow #EDC10E

Tints of Moon Yellow #EDC10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 53.38%
G = 43.47%
B = 3.15%

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

#EDC10E (or 0xEDC10E) is known color: Moon Yellow. HEX triplet: ED, C1 and 0E. RGB value is (237,193,14). Sum of RGB (Red+Green+Blue) = 237+193+14=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC10E is #123EF1. Grayscale: #BABABA. Windows color (decimal): -1195762 or 967149. OLE color: 967149.

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

Color convert

RGB 237 193 14 -
CMYK 0 0.19 0.94 0.07
HSL 48.16º 0.89% 0.49% -
HSV(B) 48.16º 0.94% 0.93% -
XYZ 54.07 56.18 8.41 -
YUV 185.75 31.08 164.55 -
System Red Green Blue C M Y K H S L
Decimal 237 193 14 0 0.19 0.94 0.07 48.16 0.89 0.49
Hex ED C1 E 0 13 5E 7 30 59 31
Octal 355 301 16 0 23 136 7 60 131 61
Binary 11101101 11000001 1110 0 10011 1011110 111 110000 1011001 110001

Color Harmonies of #EDC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC10E

Black with #EDC10E

Text Example


Text Example

White with #EDC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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