Html Css Color HEX #EDC226 Moon Yellow

📋 copy color: '#EDC226'

red 237 ◦ green 194 ◦ blue 38

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

Shades of Moon Yellow #EDC226

Tints of Moon Yellow #EDC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 50.53%
G = 41.36%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC226 (or 0xEDC226) is known color: Moon Yellow. HEX triplet: ED, C2 and 26. RGB value is (237,194,38). Sum of RGB (Red+Green+Blue) = 237+194+38=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC226 is #123DD9. Grayscale: #BDBDBD. Windows color (decimal): -1195482 or 2540269. OLE color: 2540269.

HSL color Cylindrical-coordinate representation of color #EDC226: hue angle of 47.04º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDC226 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 38 -
CMYK 0 0.18 0.84 0.07
HSL 47.04º 0.85% 0.54% -
HSV(B) 47.04º 0.84% 0.93% -
XYZ 54.57 56.73 9.91 -
YUV 189.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 237 194 38 0 0.18 0.84 0.07 47.04 0.85 0.54
Hex ED C2 26 0 12 54 7 2F 55 36
Octal 355 302 46 0 22 124 7 57 125 66
Binary 11101101 11000010 100110 0 10010 1010100 111 101111 1010101 110110

Color Harmonies of #EDC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC226

Black with #EDC226

Text Example


Text Example

White with #EDC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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