Html Css Color HEX #EDC00E Moon Yellow

📋 copy color: '#EDC00E'

red 237 ◦ green 192 ◦ blue 14

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

Shades of Moon Yellow #EDC00E

Tints of Moon Yellow #EDC00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 53.5%
G = 43.34%
B = 3.16%

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

#EDC00E (or 0xEDC00E) is known color: Moon Yellow. HEX triplet: ED, C0 and 0E. RGB value is (237,192,14). Sum of RGB (Red+Green+Blue) = 237+192+14=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC00E is #123FF1. Grayscale: #B9B9B9. Windows color (decimal): -1196018 or 966893. OLE color: 966893.

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

Color convert

RGB 237 192 14 -
CMYK 0 0.19 0.94 0.07
HSL 47.89º 0.89% 0.49% -
HSV(B) 47.89º 0.94% 0.93% -
XYZ 53.85 55.74 8.34 -
YUV 185.16 31.41 164.97 -
System Red Green Blue C M Y K H S L
Decimal 237 192 14 0 0.19 0.94 0.07 47.89 0.89 0.49
Hex ED C0 E 0 13 5E 7 30 59 31
Octal 355 300 16 0 23 136 7 60 131 61
Binary 11101101 11000000 1110 0 10011 1011110 111 110000 1011001 110001

Color Harmonies of #EDC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC00E

Black with #EDC00E

Text Example


Text Example

White with #EDC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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