Html Css Color HEX #EDC21A Moon Yellow

📋 copy color: '#EDC21A'

red 237 ◦ green 194 ◦ blue 26

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

Shades of Moon Yellow #EDC21A

Tints of Moon Yellow #EDC21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.69%

R = 51.86%
G = 42.45%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC21A (or 0xEDC21A) is known color: Moon Yellow. HEX triplet: ED, C2 and 1A. RGB value is (237,194,26). Sum of RGB (Red+Green+Blue) = 237+194+26=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC21A is #123DE5. Grayscale: #BCBCBC. Windows color (decimal): -1195494 or 1753837. OLE color: 1753837.

HSL color Cylindrical-coordinate representation of color #EDC21A: hue angle of 47.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDC21A is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 26 -
CMYK 0 0.18 0.89 0.07
HSL 47.77º 0.85% 0.52% -
HSV(B) 47.77º 0.89% 0.93% -
XYZ 54.4 56.66 9.05 -
YUV 187.71 36.75 163.16 -
System Red Green Blue C M Y K H S L
Decimal 237 194 26 0 0.18 0.89 0.07 47.77 0.85 0.52
Hex ED C2 1A 0 12 59 7 30 55 34
Octal 355 302 32 0 22 131 7 60 125 64
Binary 11101101 11000010 11010 0 10010 1011001 111 110000 1010101 110100

Color Harmonies of #EDC21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC21A

Black with #EDC21A

Text Example


Text Example

White with #EDC21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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