Html Css Color HEX #EDC41E Moon Yellow

📋 copy color: '#EDC41E'

red 237 ◦ green 196 ◦ blue 30

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

Shades of Moon Yellow #EDC41E

Tints of Moon Yellow #EDC41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.48%

R = 51.19%
G = 42.33%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDC41E (or 0xEDC41E) is known color: Moon Yellow. HEX triplet: ED, C4 and 1E. RGB value is (237,196,30). Sum of RGB (Red+Green+Blue) = 237+196+30=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC41E is #123BE1. Grayscale: #BEBEBE. Windows color (decimal): -1194978 or 2016493. OLE color: 2016493.

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

Color convert

RGB 237 196 30 -
CMYK 0 0.17 0.87 0.07
HSL 48.12º 0.85% 0.52% -
HSV(B) 48.12º 0.87% 0.93% -
XYZ 54.9 57.58 9.45 -
YUV 189.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 237 196 30 0 0.17 0.87 0.07 48.12 0.85 0.52
Hex ED C4 1E 0 11 57 7 30 55 34
Octal 355 304 36 0 21 127 7 60 125 64
Binary 11101101 11000100 11110 0 10001 1010111 111 110000 1010101 110100

Color Harmonies of #EDC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC41E

Black with #EDC41E

Text Example


Text Example

White with #EDC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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