Html Css Color HEX #EDC40D Moon Yellow

📋 copy color: '#EDC40D'

red 237 ◦ green 196 ◦ blue 13

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

Shades of Moon Yellow #EDC40D

Tints of Moon Yellow #EDC40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 53.14%
G = 43.95%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC40D (or 0xEDC40D) is known color: Moon Yellow. HEX triplet: ED, C4 and 0D. RGB value is (237,196,13). Sum of RGB (Red+Green+Blue) = 237+196+13=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC40D is #123BF2. Grayscale: #BCBCBC. Windows color (decimal): -1194995 or 902381. OLE color: 902381.

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

Color convert

RGB 237 196 13 -
CMYK 0 0.17 0.95 0.07
HSL 49.02º 0.9% 0.49% -
HSV(B) 49.02º 0.95% 0.93% -
XYZ 54.74 57.51 8.6 -
YUV 187.4 29.58 163.38 -
System Red Green Blue C M Y K H S L
Decimal 237 196 13 0 0.17 0.95 0.07 49.02 0.9 0.49
Hex ED C4 D 0 11 5F 7 31 5A 31
Octal 355 304 15 0 21 137 7 61 132 61
Binary 11101101 11000100 1101 0 10001 1011111 111 110001 1011010 110001

Color Harmonies of #EDC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC40D

Black with #EDC40D

Text Example


Text Example

White with #EDC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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