Html Css Color HEX #EDC11D Moon Yellow

📋 copy color: '#EDC11D'

red 237 ◦ green 193 ◦ blue 29

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

Shades of Moon Yellow #EDC11D

Tints of Moon Yellow #EDC11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.05%

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 51.63%
G = 42.05%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDC11D (or 0xEDC11D) is known color: Moon Yellow. HEX triplet: ED, C1 and 1D. RGB value is (237,193,29). Sum of RGB (Red+Green+Blue) = 237+193+29=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC11D is #123EE2. Grayscale: #BCBCBC. Windows color (decimal): -1195747 or 1950189. OLE color: 1950189.

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

Color convert

RGB 237 193 29 -
CMYK 0 0.19 0.88 0.07
HSL 47.31º 0.85% 0.52% -
HSV(B) 47.31º 0.88% 0.93% -
XYZ 54.22 56.23 9.16 -
YUV 187.46 38.58 163.34 -
System Red Green Blue C M Y K H S L
Decimal 237 193 29 0 0.19 0.88 0.07 47.31 0.85 0.52
Hex ED C1 1D 0 13 58 7 2F 55 34
Octal 355 301 35 0 23 130 7 57 125 64
Binary 11101101 11000001 11101 0 10011 1011000 111 101111 1010101 110100

Color Harmonies of #EDC11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC11D

Black with #EDC11D

Text Example


Text Example

White with #EDC11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC11D; }

 p { color: rgb(237,193,29); }

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

background-color css

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

 a { background-color: rgb(237,193,29); }

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

border-color css

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

 span { border-color: rgb(237,193,29); }

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