Html Css Color HEX #EDC414 Moon Yellow

📋 copy color: '#EDC414'

red 237 ◦ green 196 ◦ blue 20

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

Shades of Moon Yellow #EDC414

Tints of Moon Yellow #EDC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.27%

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

R = 52.32%
G = 43.27%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDC414 (or 0xEDC414) is known color: Moon Yellow. HEX triplet: ED, C4 and 14. RGB value is (237,196,20). Sum of RGB (Red+Green+Blue) = 237+196+20=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC414 is #123BEB. Grayscale: #BCBCBC. Windows color (decimal): -1194988 or 1361133. OLE color: 1361133.

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

Color convert

RGB 237 196 20 -
CMYK 0 0.17 0.92 0.07
HSL 48.66º 0.86% 0.5% -
HSV(B) 48.66º 0.92% 0.93% -
XYZ 54.79 57.53 8.88 -
YUV 188.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 237 196 20 0 0.17 0.92 0.07 48.66 0.86 0.5
Hex ED C4 14 0 11 5C 7 31 56 32
Octal 355 304 24 0 21 134 7 61 126 62
Binary 11101101 11000100 10100 0 10001 1011100 111 110001 1010110 110010

Color Harmonies of #EDC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC414

Black with #EDC414

Text Example


Text Example

White with #EDC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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