Html Css Color HEX #EDC222 Moon Yellow

📋 copy color: '#EDC222'

red 237 ◦ green 194 ◦ blue 34

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

Shades of Moon Yellow #EDC222

Tints of Moon Yellow #EDC222

RGB

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

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

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

R = 50.97%
G = 41.72%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC222 (or 0xEDC222) is known color: Moon Yellow. HEX triplet: ED, C2 and 22. RGB value is (237,194,34). Sum of RGB (Red+Green+Blue) = 237+194+34=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC222 is #123DDD. Grayscale: #BDBDBD. Windows color (decimal): -1195486 or 2278125. OLE color: 2278125.

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

Color convert

RGB 237 194 34 -
CMYK 0 0.18 0.86 0.07
HSL 47.29º 0.85% 0.53% -
HSV(B) 47.29º 0.86% 0.93% -
XYZ 54.51 56.7 9.59 -
YUV 188.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 237 194 34 0 0.18 0.86 0.07 47.29 0.85 0.53
Hex ED C2 22 0 12 56 7 2F 55 35
Octal 355 302 42 0 22 126 7 57 125 65
Binary 11101101 11000010 100010 0 10010 1010110 111 101111 1010101 110101

Color Harmonies of #EDC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC222

Black with #EDC222

Text Example


Text Example

White with #EDC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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