Html Css Color HEX #EDCC11 Moon Yellow

📋 copy color: '#EDCC11'

red 237 ◦ green 204 ◦ blue 17

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

Shades of Moon Yellow #EDCC11

Tints of Moon Yellow #EDCC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 51.75%
G = 44.54%
B = 3.71%

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

#EDCC11 (or 0xEDCC11) is known color: Moon Yellow. HEX triplet: ED, CC and 11. RGB value is (237,204,17). Sum of RGB (Red+Green+Blue) = 237+204+17=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC11 is #1233EE. Grayscale: #C1C1C1. Windows color (decimal): -1192943 or 1166573. OLE color: 1166573.

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

Color convert

RGB 237 204 17 -
CMYK 0 0.14 0.93 0.07
HSL 51º 0.87% 0.5% -
HSV(B) 51º 0.93% 0.93% -
XYZ 56.62 61.23 9.36 -
YUV 192.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 237 204 17 0 0.14 0.93 0.07 51 0.87 0.5
Hex ED CC 11 0 E 5D 7 33 57 32
Octal 355 314 21 0 16 135 7 63 127 62
Binary 11101101 11001100 10001 0 1110 1011101 111 110011 1010111 110010

Color Harmonies of #EDCC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC11

Black with #EDCC11

Text Example


Text Example

White with #EDCC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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