Html Css Color HEX #EDC022 Moon Yellow

📋 copy color: '#EDC022'

red 237 ◦ green 192 ◦ blue 34

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

Shades of Moon Yellow #EDC022

Tints of Moon Yellow #EDC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

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

R = 51.19%
G = 41.47%
B = 7.34%

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

#EDC022 (or 0xEDC022) is known color: Moon Yellow. HEX triplet: ED, C0 and 22. RGB value is (237,192,34). Sum of RGB (Red+Green+Blue) = 237+192+34=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC022 is #123FDD. Grayscale: #BCBCBC. Windows color (decimal): -1195998 or 2277613. OLE color: 2277613.

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

Color convert

RGB 237 192 34 -
CMYK 0 0.19 0.86 0.07
HSL 46.7º 0.85% 0.53% -
HSV(B) 46.7º 0.86% 0.93% -
XYZ 54.06 55.82 9.44 -
YUV 187.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 237 192 34 0 0.19 0.86 0.07 46.7 0.85 0.53
Hex ED C0 22 0 13 56 7 2F 55 35
Octal 355 300 42 0 23 126 7 57 125 65
Binary 11101101 11000000 100010 0 10011 1010110 111 101111 1010101 110101

Color Harmonies of #EDC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC022

Black with #EDC022

Text Example


Text Example

White with #EDC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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