Html Css Color HEX #EDC618 Moon Yellow

📋 copy color: '#EDC618'

red 237 ◦ green 198 ◦ blue 24

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

Shades of Moon Yellow #EDC618

Tints of Moon Yellow #EDC618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.23%

R = 51.63%
G = 43.14%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDC618 (or 0xEDC618) is known color: Moon Yellow. HEX triplet: ED, C6 and 18. RGB value is (237,198,24). Sum of RGB (Red+Green+Blue) = 237+198+24=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC618 is #1239E7. Grayscale: #BEBEBE. Windows color (decimal): -1194472 or 1623789. OLE color: 1623789.

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

Color convert

RGB 237 198 24 -
CMYK 0 0.16 0.90 0.07
HSL 49.01º 0.86% 0.51% -
HSV(B) 49.01º 0.9% 0.93% -
XYZ 55.28 58.46 9.23 -
YUV 189.83 34.42 161.65 -
System Red Green Blue C M Y K H S L
Decimal 237 198 24 0 0.16 0.90 0.07 49.01 0.86 0.51
Hex ED C6 18 0 10 5A 7 31 56 33
Octal 355 306 30 0 20 132 7 61 126 63
Binary 11101101 11000110 11000 0 10000 1011010 111 110001 1010110 110011

Color Harmonies of #EDC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC618

Black with #EDC618

Text Example


Text Example

White with #EDC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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