Html Css Color HEX #EDCD11 Moon Yellow

📋 copy color: '#EDCD11'

red 237 ◦ green 205 ◦ blue 17

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

Shades of Moon Yellow #EDCD11

Tints of Moon Yellow #EDCD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 51.63%
G = 44.66%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDCD11 (or 0xEDCD11) is known color: Moon Yellow. HEX triplet: ED, CD and 11. RGB value is (237,205,17). Sum of RGB (Red+Green+Blue) = 237+205+17=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD11 is #1232EE. Grayscale: #C1C1C1. Windows color (decimal): -1192687 or 1166829. OLE color: 1166829.

HSL color Cylindrical-coordinate representation of color #EDCD11: hue angle of 51.27º 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 #EDCD11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 17 -
CMYK 0 0.14 0.93 0.07
HSL 51.27º 0.87% 0.5% -
HSV(B) 51.27º 0.93% 0.93% -
XYZ 56.86 61.71 9.44 -
YUV 193.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 237 205 17 0 0.14 0.93 0.07 51.27 0.87 0.5
Hex ED CD 11 0 E 5D 7 33 57 32
Octal 355 315 21 0 16 135 7 63 127 62
Binary 11101101 11001101 10001 0 1110 1011101 111 110011 1010111 110010

Color Harmonies of #EDCD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD11

Black with #EDCD11

Text Example


Text Example

White with #EDCD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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