Html Css Color HEX #EDC126 Moon Yellow

📋 copy color: '#EDC126'

red 237 ◦ green 193 ◦ blue 38

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

Shades of Moon Yellow #EDC126

Tints of Moon Yellow #EDC126

RGB

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

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

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

R = 50.64%
G = 41.24%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC126 (or 0xEDC126) is known color: Moon Yellow. HEX triplet: ED, C1 and 26. RGB value is (237,193,38). Sum of RGB (Red+Green+Blue) = 237+193+38=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC126 is #123ED9. Grayscale: #BDBDBD. Windows color (decimal): -1195738 or 2540013. OLE color: 2540013.

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

Color convert

RGB 237 193 38 -
CMYK 0 0.19 0.84 0.07
HSL 46.73º 0.85% 0.54% -
HSV(B) 46.73º 0.84% 0.93% -
XYZ 54.34 56.28 9.83 -
YUV 188.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 237 193 38 0 0.19 0.84 0.07 46.73 0.85 0.54
Hex ED C1 26 0 13 54 7 2F 55 36
Octal 355 301 46 0 23 124 7 57 125 66
Binary 11101101 11000001 100110 0 10011 1010100 111 101111 1010101 110110

Color Harmonies of #EDC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC126

Black with #EDC126

Text Example


Text Example

White with #EDC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC126; }

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

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

background-color css

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

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

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

border-color css

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

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

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