Html Css Color HEX #EDC81C Moon Yellow

📋 copy color: '#EDC81C'

red 237 ◦ green 200 ◦ blue 28

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

Shades of Moon Yellow #EDC81C

Tints of Moon Yellow #EDC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

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

R = 50.97%
G = 43.01%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDC81C (or 0xEDC81C) is known color: Moon Yellow. HEX triplet: ED, C8 and 1C. RGB value is (237,200,28). Sum of RGB (Red+Green+Blue) = 237+200+28=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC81C is #1237E3. Grayscale: #C0C0C0. Windows color (decimal): -1193956 or 1886445. OLE color: 1886445.

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

Color convert

RGB 237 200 28 -
CMYK 0 0.16 0.88 0.07
HSL 49.38º 0.85% 0.52% -
HSV(B) 49.38º 0.88% 0.93% -
XYZ 55.79 59.4 9.62 -
YUV 191.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 237 200 28 0 0.16 0.88 0.07 49.38 0.85 0.52
Hex ED C8 1C 0 10 58 7 31 55 34
Octal 355 310 34 0 20 130 7 61 125 64
Binary 11101101 11001000 11100 0 10000 1011000 111 110001 1010101 110100

Color Harmonies of #EDC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC81C

Black with #EDC81C

Text Example


Text Example

White with #EDC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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