Html Css Color HEX #EDC422 Moon Yellow

📋 copy color: '#EDC422'

red 237 ◦ green 196 ◦ blue 34

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

Shades of Moon Yellow #EDC422

Tints of Moon Yellow #EDC422

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 50.75%
G = 41.97%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDC422 (or 0xEDC422) is known color: Moon Yellow. HEX triplet: ED, C4 and 22. RGB value is (237,196,34). Sum of RGB (Red+Green+Blue) = 237+196+34=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC422 is #123BDD. Grayscale: #BEBEBE. Windows color (decimal): -1194974 or 2278637. OLE color: 2278637.

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

Color convert

RGB 237 196 34 -
CMYK 0 0.17 0.86 0.07
HSL 47.88º 0.85% 0.53% -
HSV(B) 47.88º 0.86% 0.93% -
XYZ 54.95 57.6 9.73 -
YUV 189.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 237 196 34 0 0.17 0.86 0.07 47.88 0.85 0.53
Hex ED C4 22 0 11 56 7 30 55 35
Octal 355 304 42 0 21 126 7 60 125 65
Binary 11101101 11000100 100010 0 10001 1010110 111 110000 1010101 110101

Color Harmonies of #EDC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC422

Black with #EDC422

Text Example


Text Example

White with #EDC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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