Html Css Color HEX #EDC21C Moon Yellow

📋 copy color: '#EDC21C'

red 237 ◦ green 194 ◦ blue 28

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

Shades of Moon Yellow #EDC21C

Tints of Moon Yellow #EDC21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.1%

R = 51.63%
G = 42.27%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDC21C (or 0xEDC21C) is known color: Moon Yellow. HEX triplet: ED, C2 and 1C. RGB value is (237,194,28). Sum of RGB (Red+Green+Blue) = 237+194+28=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC21C is #123DE3. Grayscale: #BCBCBC. Windows color (decimal): -1195492 or 1884909. OLE color: 1884909.

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

Color convert

RGB 237 194 28 -
CMYK 0 0.18 0.88 0.07
HSL 47.66º 0.85% 0.52% -
HSV(B) 47.66º 0.88% 0.93% -
XYZ 54.43 56.67 9.17 -
YUV 187.93 37.75 163 -
System Red Green Blue C M Y K H S L
Decimal 237 194 28 0 0.18 0.88 0.07 47.66 0.85 0.52
Hex ED C2 1C 0 12 58 7 30 55 34
Octal 355 302 34 0 22 130 7 60 125 64
Binary 11101101 11000010 11100 0 10010 1011000 111 110000 1010101 110100

Color Harmonies of #EDC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC21C

Black with #EDC21C

Text Example


Text Example

White with #EDC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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