Html Css Color HEX #EDC624 Moon Yellow

📋 copy color: '#EDC624'

red 237 ◦ green 198 ◦ blue 36

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

Shades of Moon Yellow #EDC624

Tints of Moon Yellow #EDC624

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 36 (14.45% from 255) = 7.64%

R = 50.32%
G = 42.04%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC624 (or 0xEDC624) is known color: Moon Yellow. HEX triplet: ED, C6 and 24. RGB value is (237,198,36). Sum of RGB (Red+Green+Blue) = 237+198+36=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC624 is #1239DB. Grayscale: #BFBFBF. Windows color (decimal): -1194460 or 2410221. OLE color: 2410221.

HSL color Cylindrical-coordinate representation of color #EDC624: hue angle of 48.36º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDC624 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 36 -
CMYK 0 0.16 0.85 0.07
HSL 48.36º 0.85% 0.54% -
HSV(B) 48.36º 0.85% 0.93% -
XYZ 55.44 58.52 10.04 -
YUV 191.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 237 198 36 0 0.16 0.85 0.07 48.36 0.85 0.54
Hex ED C6 24 0 10 55 7 30 55 36
Octal 355 306 44 0 20 125 7 60 125 66
Binary 11101101 11000110 100100 0 10000 1010101 111 110000 1010101 110110

Color Harmonies of #EDC624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC624

Black with #EDC624

Text Example


Text Example

White with #EDC624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC624; }

 p { color: rgb(237,198,36); }

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

background-color css

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

 a { background-color: rgb(237,198,36); }

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

border-color css

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

 span { border-color: rgb(237,198,36); }

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