Html Css Color HEX #EDC218 Moon Yellow

📋 copy color: '#EDC218'

red 237 ◦ green 194 ◦ blue 24

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

Shades of Moon Yellow #EDC218

Tints of Moon Yellow #EDC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.64%

 BLUE value IS 24 (9.77% from 255) = 5.27%

R = 52.09%
G = 42.64%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDC218 (or 0xEDC218) is known color: Moon Yellow. HEX triplet: ED, C2 and 18. RGB value is (237,194,24). Sum of RGB (Red+Green+Blue) = 237+194+24=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC218 is #123DE7. Grayscale: #BCBCBC. Windows color (decimal): -1195496 or 1622765. OLE color: 1622765.

HSL color Cylindrical-coordinate representation of color #EDC218: hue angle of 47.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDC218 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 24 -
CMYK 0 0.18 0.90 0.07
HSL 47.89º 0.86% 0.51% -
HSV(B) 47.89º 0.9% 0.93% -
XYZ 54.38 56.65 8.93 -
YUV 187.48 35.75 163.32 -
System Red Green Blue C M Y K H S L
Decimal 237 194 24 0 0.18 0.90 0.07 47.89 0.86 0.51
Hex ED C2 18 0 12 5A 7 30 56 33
Octal 355 302 30 0 22 132 7 60 126 63
Binary 11101101 11000010 11000 0 10010 1011010 111 110000 1010110 110011

Color Harmonies of #EDC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC218

Black with #EDC218

Text Example


Text Example

White with #EDC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC218; }

 p { color: rgb(237,194,24); }

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

background-color css

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

 a { background-color: rgb(237,194,24); }

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

border-color css

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

 span { border-color: rgb(237,194,24); }

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