Html Css Color HEX #EDC816 Moon Yellow

📋 copy color: '#EDC816'

red 237 ◦ green 200 ◦ blue 22

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

Shades of Moon Yellow #EDC816

Tints of Moon Yellow #EDC816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 51.63%
G = 43.57%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC816 (or 0xEDC816) is known color: Moon Yellow. HEX triplet: ED, C8 and 16. RGB value is (237,200,22). Sum of RGB (Red+Green+Blue) = 237+200+22=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC816 is #1237E9. Grayscale: #BFBFBF. Windows color (decimal): -1193962 or 1493229. OLE color: 1493229.

HSL color Cylindrical-coordinate representation of color #EDC816: hue angle of 49.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDC816 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 22 -
CMYK 0 0.16 0.91 0.07
HSL 49.67º 0.86% 0.51% -
HSV(B) 49.67º 0.91% 0.93% -
XYZ 55.72 59.37 9.28 -
YUV 190.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 237 200 22 0 0.16 0.91 0.07 49.67 0.86 0.51
Hex ED C8 16 0 10 5B 7 32 56 33
Octal 355 310 26 0 20 133 7 62 126 63
Binary 11101101 11001000 10110 0 10000 1011011 111 110010 1010110 110011

Color Harmonies of #EDC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC816

Black with #EDC816

Text Example


Text Example

White with #EDC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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