Html Css Color HEX #EDC413 Moon Yellow

📋 copy color: '#EDC413'

red 237 ◦ green 196 ◦ blue 19

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

Shades of Moon Yellow #EDC413

Tints of Moon Yellow #EDC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.2%

R = 52.43%
G = 43.36%
B = 4.2%

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

#EDC413 (or 0xEDC413) is known color: Moon Yellow. HEX triplet: ED, C4 and 13. RGB value is (237,196,19). Sum of RGB (Red+Green+Blue) = 237+196+19=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC413 is #123BEC. Grayscale: #BCBCBC. Windows color (decimal): -1194989 or 1295597. OLE color: 1295597.

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

Color convert

RGB 237 196 19 -
CMYK 0 0.17 0.92 0.07
HSL 48.72º 0.86% 0.5% -
HSV(B) 48.72º 0.92% 0.93% -
XYZ 54.78 57.53 8.83 -
YUV 188.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 237 196 19 0 0.17 0.92 0.07 48.72 0.86 0.5
Hex ED C4 13 0 11 5C 7 31 56 32
Octal 355 304 23 0 21 134 7 61 126 62
Binary 11101101 11000100 10011 0 10001 1011100 111 110001 1010110 110010

Color Harmonies of #EDC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC413

Black with #EDC413

Text Example


Text Example

White with #EDC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC413; }

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

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

background-color css

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

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

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

border-color css

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

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

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