Html Css Color HEX #EDC61F Moon Yellow

📋 copy color: '#EDC61F'

red 237 ◦ green 198 ◦ blue 31

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

Shades of Moon Yellow #EDC61F

Tints of Moon Yellow #EDC61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.65%

R = 50.86%
G = 42.49%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDC61F (or 0xEDC61F) is known color: Moon Yellow. HEX triplet: ED, C6 and 1F. RGB value is (237,198,31). Sum of RGB (Red+Green+Blue) = 237+198+31=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC61F is #1239E0. Grayscale: #BFBFBF. Windows color (decimal): -1194465 or 2082541. OLE color: 2082541.

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

Color convert

RGB 237 198 31 -
CMYK 0 0.16 0.87 0.07
HSL 48.64º 0.85% 0.53% -
HSV(B) 48.64º 0.87% 0.93% -
XYZ 55.37 58.49 9.67 -
YUV 190.62 37.92 161.08 -
System Red Green Blue C M Y K H S L
Decimal 237 198 31 0 0.16 0.87 0.07 48.64 0.85 0.53
Hex ED C6 1F 0 10 57 7 31 55 35
Octal 355 306 37 0 20 127 7 61 125 65
Binary 11101101 11000110 11111 0 10000 1010111 111 110001 1010101 110101

Color Harmonies of #EDC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC61F

Black with #EDC61F

Text Example


Text Example

White with #EDC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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