Html Css Color HEX #EDC01C Moon Yellow

📋 copy color: '#EDC01C'

red 237 ◦ green 192 ◦ blue 28

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

Shades of Moon Yellow #EDC01C

Tints of Moon Yellow #EDC01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

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

R = 51.86%
G = 42.01%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDC01C (or 0xEDC01C) is known color: Moon Yellow. HEX triplet: ED, C0 and 1C. RGB value is (237,192,28). Sum of RGB (Red+Green+Blue) = 237+192+28=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC01C is #123FE3. Grayscale: #BBBBBB. Windows color (decimal): -1196004 or 1884397. OLE color: 1884397.

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

Color convert

RGB 237 192 28 -
CMYK 0 0.19 0.88 0.07
HSL 47.08º 0.85% 0.52% -
HSV(B) 47.08º 0.88% 0.93% -
XYZ 53.98 55.79 9.02 -
YUV 186.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 237 192 28 0 0.19 0.88 0.07 47.08 0.85 0.52
Hex ED C0 1C 0 13 58 7 2F 55 34
Octal 355 300 34 0 23 130 7 57 125 64
Binary 11101101 11000000 11100 0 10011 1011000 111 101111 1010101 110100

Color Harmonies of #EDC01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC01C

Black with #EDC01C

Text Example


Text Example

White with #EDC01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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