Html Css Color HEX #EDC122 Moon Yellow

📋 copy color: '#EDC122'

red 237 ◦ green 193 ◦ blue 34

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

Shades of Moon Yellow #EDC122

Tints of Moon Yellow #EDC122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.33%

R = 51.08%
G = 41.59%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC122 (or 0xEDC122) is known color: Moon Yellow. HEX triplet: ED, C1 and 22. RGB value is (237,193,34). Sum of RGB (Red+Green+Blue) = 237+193+34=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC122 is #123EDD. Grayscale: #BCBCBC. Windows color (decimal): -1195742 or 2277869. OLE color: 2277869.

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

Color convert

RGB 237 193 34 -
CMYK 0 0.19 0.86 0.07
HSL 47º 0.85% 0.53% -
HSV(B) 47º 0.86% 0.93% -
XYZ 54.28 56.26 9.51 -
YUV 188.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 237 193 34 0 0.19 0.86 0.07 47 0.85 0.53
Hex ED C1 22 0 13 56 7 2F 55 35
Octal 355 301 42 0 23 126 7 57 125 65
Binary 11101101 11000001 100010 0 10011 1010110 111 101111 1010101 110101

Color Harmonies of #EDC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC122

Black with #EDC122

Text Example


Text Example

White with #EDC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC122; }

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

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

background-color css

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

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

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

border-color css

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

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

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