Html Css Color HEX #EDC123 Moon Yellow

📋 copy color: '#EDC123'

red 237 ◦ green 193 ◦ blue 35

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

Shades of Moon Yellow #EDC123

Tints of Moon Yellow #EDC123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.53%

R = 50.97%
G = 41.51%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC123 (or 0xEDC123) is known color: Moon Yellow. HEX triplet: ED, C1 and 23. RGB value is (237,193,35). Sum of RGB (Red+Green+Blue) = 237+193+35=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC123 is #123EDC. Grayscale: #BCBCBC. Windows color (decimal): -1195741 or 2343405. OLE color: 2343405.

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

Color convert

RGB 237 193 35 -
CMYK 0 0.19 0.85 0.07
HSL 46.93º 0.85% 0.53% -
HSV(B) 46.93º 0.85% 0.93% -
XYZ 54.3 56.27 9.59 -
YUV 188.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 237 193 35 0 0.19 0.85 0.07 46.93 0.85 0.53
Hex ED C1 23 0 13 55 7 2F 55 35
Octal 355 301 43 0 23 125 7 57 125 65
Binary 11101101 11000001 100011 0 10011 1010101 111 101111 1010101 110101

Color Harmonies of #EDC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC123

Black with #EDC123

Text Example


Text Example

White with #EDC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC123; }

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

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

background-color css

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

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

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

border-color css

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

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

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