Html Css Color HEX #EDC814 Moon Yellow

📋 copy color: '#EDC814'

red 237 ◦ green 200 ◦ blue 20

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

Shades of Moon Yellow #EDC814

Tints of Moon Yellow #EDC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.76%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 51.86%
G = 43.76%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDC814 (or 0xEDC814) is known color: Moon Yellow. HEX triplet: ED, C8 and 14. RGB value is (237,200,20). Sum of RGB (Red+Green+Blue) = 237+200+20=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC814 is #1237EB. Grayscale: #BFBFBF. Windows color (decimal): -1193964 or 1362157. OLE color: 1362157.

HSL color Cylindrical-coordinate representation of color #EDC814: hue angle of 49.77º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDC814 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 20 -
CMYK 0 0.16 0.92 0.07
HSL 49.77º 0.86% 0.5% -
HSV(B) 49.77º 0.92% 0.93% -
XYZ 55.71 59.36 9.18 -
YUV 190.54 31.76 161.14 -
System Red Green Blue C M Y K H S L
Decimal 237 200 20 0 0.16 0.92 0.07 49.77 0.86 0.5
Hex ED C8 14 0 10 5C 7 32 56 32
Octal 355 310 24 0 20 134 7 62 126 62
Binary 11101101 11001000 10100 0 10000 1011100 111 110010 1010110 110010

Color Harmonies of #EDC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC814

Black with #EDC814

Text Example


Text Example

White with #EDC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC814; }

 p { color: rgb(237,200,20); }

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

background-color css

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

 a { background-color: rgb(237,200,20); }

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

border-color css

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

 span { border-color: rgb(237,200,20); }

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