Html Css Color HEX #EDC322 Moon Yellow

📋 copy color: '#EDC322'

red 237 ◦ green 195 ◦ blue 34

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

Shades of Moon Yellow #EDC322

Tints of Moon Yellow #EDC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

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

R = 50.86%
G = 41.85%
B = 7.3%

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

#EDC322 (or 0xEDC322) is known color: Moon Yellow. HEX triplet: ED, C3 and 22. RGB value is (237,195,34). Sum of RGB (Red+Green+Blue) = 237+195+34=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC322 is #123CDD. Grayscale: #BDBDBD. Windows color (decimal): -1195230 or 2278381. OLE color: 2278381.

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

Color convert

RGB 237 195 34 -
CMYK 0 0.18 0.86 0.07
HSL 47.59º 0.85% 0.53% -
HSV(B) 47.59º 0.86% 0.93% -
XYZ 54.73 57.15 9.66 -
YUV 189.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 237 195 34 0 0.18 0.86 0.07 47.59 0.85 0.53
Hex ED C3 22 0 12 56 7 30 55 35
Octal 355 303 42 0 22 126 7 60 125 65
Binary 11101101 11000011 100010 0 10010 1010110 111 110000 1010101 110101

Color Harmonies of #EDC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC322

Black with #EDC322

Text Example


Text Example

White with #EDC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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