Html Css Color HEX #EDC216 Moon Yellow

📋 copy color: '#EDC216'

red 237 ◦ green 194 ◦ blue 22

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

Shades of Moon Yellow #EDC216

Tints of Moon Yellow #EDC216

RGB

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

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

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

R = 52.32%
G = 42.83%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC216 (or 0xEDC216) is known color: Moon Yellow. HEX triplet: ED, C2 and 16. RGB value is (237,194,22). Sum of RGB (Red+Green+Blue) = 237+194+22=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC216 is #123DE9. Grayscale: #BBBBBB. Windows color (decimal): -1195498 or 1491693. OLE color: 1491693.

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

Color convert

RGB 237 194 22 -
CMYK 0 0.18 0.91 0.07
HSL 48º 0.86% 0.51% -
HSV(B) 48º 0.91% 0.93% -
XYZ 54.36 56.65 8.83 -
YUV 187.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 237 194 22 0 0.18 0.91 0.07 48 0.86 0.51
Hex ED C2 16 0 12 5B 7 30 56 33
Octal 355 302 26 0 22 133 7 60 126 63
Binary 11101101 11000010 10110 0 10010 1011011 111 110000 1010110 110011

Color Harmonies of #EDC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC216

Black with #EDC216

Text Example


Text Example

White with #EDC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC216; }

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

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

background-color css

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

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

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

border-color css

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

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

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