Html Css Color HEX #EDC320 Moon Yellow

📋 copy color: '#EDC320'

red 237 ◦ green 195 ◦ blue 32

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

Shades of Moon Yellow #EDC320

Tints of Moon Yellow #EDC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 51.08%
G = 42.03%
B = 6.9%

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

#EDC320 (or 0xEDC320) is known color: Moon Yellow. HEX triplet: ED, C3 and 20. RGB value is (237,195,32). Sum of RGB (Red+Green+Blue) = 237+195+32=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC320 is #123CDF. Grayscale: #BDBDBD. Windows color (decimal): -1195232 or 2147309. OLE color: 2147309.

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

Color convert

RGB 237 195 32 -
CMYK 0 0.18 0.86 0.07
HSL 47.71º 0.85% 0.53% -
HSV(B) 47.71º 0.86% 0.93% -
XYZ 54.7 57.14 9.51 -
YUV 188.98 39.41 162.25 -
System Red Green Blue C M Y K H S L
Decimal 237 195 32 0 0.18 0.86 0.07 47.71 0.85 0.53
Hex ED C3 20 0 12 56 7 30 55 35
Octal 355 303 40 0 22 126 7 60 125 65
Binary 11101101 11000011 100000 0 10010 1010110 111 110000 1010101 110101

Color Harmonies of #EDC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC320

Black with #EDC320

Text Example


Text Example

White with #EDC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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