Html Css Color HEX #EDC411 Moon Yellow

📋 copy color: '#EDC411'

red 237 ◦ green 196 ◦ blue 17

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

Shades of Moon Yellow #EDC411

Tints of Moon Yellow #EDC411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 52.67%
G = 43.56%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDC411 (or 0xEDC411) is known color: Moon Yellow. HEX triplet: ED, C4 and 11. RGB value is (237,196,17). Sum of RGB (Red+Green+Blue) = 237+196+17=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC411 is #123BEE. Grayscale: #BCBCBC. Windows color (decimal): -1194991 or 1164525. OLE color: 1164525.

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

Color convert

RGB 237 196 17 -
CMYK 0 0.17 0.93 0.07
HSL 48.82º 0.87% 0.5% -
HSV(B) 48.82º 0.93% 0.93% -
XYZ 54.77 57.52 8.75 -
YUV 187.85 31.58 163.05 -
System Red Green Blue C M Y K H S L
Decimal 237 196 17 0 0.17 0.93 0.07 48.82 0.87 0.5
Hex ED C4 11 0 11 5D 7 31 57 32
Octal 355 304 21 0 21 135 7 61 127 62
Binary 11101101 11000100 10001 0 10001 1011101 111 110001 1010111 110010

Color Harmonies of #EDC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC411

Black with #EDC411

Text Example


Text Example

White with #EDC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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