Html Css Color HEX #EDC70E Moon Yellow

📋 copy color: '#EDC70E'

red 237 ◦ green 199 ◦ blue 14

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

Shades of Moon Yellow #EDC70E

Tints of Moon Yellow #EDC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

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

R = 52.67%
G = 44.22%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDC70E (or 0xEDC70E) is known color: Moon Yellow. HEX triplet: ED, C7 and 0E. RGB value is (237,199,14). Sum of RGB (Red+Green+Blue) = 237+199+14=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC70E is #1238F1. Grayscale: #BEBEBE. Windows color (decimal): -1194226 or 968685. OLE color: 968685.

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

Color convert

RGB 237 199 14 -
CMYK 0 0.16 0.94 0.07
HSL 49.78º 0.89% 0.49% -
HSV(B) 49.78º 0.94% 0.93% -
XYZ 55.43 58.88 8.86 -
YUV 189.27 29.09 162.04 -
System Red Green Blue C M Y K H S L
Decimal 237 199 14 0 0.16 0.94 0.07 49.78 0.89 0.49
Hex ED C7 E 0 10 5E 7 32 59 31
Octal 355 307 16 0 20 136 7 62 131 61
Binary 11101101 11000111 1110 0 10000 1011110 111 110010 1011001 110001

Color Harmonies of #EDC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC70E

Black with #EDC70E

Text Example


Text Example

White with #EDC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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