Html Css Color HEX #EDC11C Moon Yellow

📋 copy color: '#EDC11C'

red 237 ◦ green 193 ◦ blue 28

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

Shades of Moon Yellow #EDC11C

Tints of Moon Yellow #EDC11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

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

R = 51.75%
G = 42.14%
B = 6.11%

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

#EDC11C (or 0xEDC11C) is known color: Moon Yellow. HEX triplet: ED, C1 and 1C. RGB value is (237,193,28). Sum of RGB (Red+Green+Blue) = 237+193+28=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC11C is #123EE3. Grayscale: #BCBCBC. Windows color (decimal): -1195748 or 1884653. OLE color: 1884653.

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

Color convert

RGB 237 193 28 -
CMYK 0 0.19 0.88 0.07
HSL 47.37º 0.85% 0.52% -
HSV(B) 47.37º 0.88% 0.93% -
XYZ 54.2 56.23 9.09 -
YUV 187.35 38.08 163.42 -
System Red Green Blue C M Y K H S L
Decimal 237 193 28 0 0.19 0.88 0.07 47.37 0.85 0.52
Hex ED C1 1C 0 13 58 7 2F 55 34
Octal 355 301 34 0 23 130 7 57 125 64
Binary 11101101 11000001 11100 0 10011 1011000 111 101111 1010101 110100

Color Harmonies of #EDC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC11C

Black with #EDC11C

Text Example


Text Example

White with #EDC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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