Html Css Color HEX #EDC11E Moon Yellow

📋 copy color: '#EDC11E'

red 237 ◦ green 193 ◦ blue 30

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

Shades of Moon Yellow #EDC11E

Tints of Moon Yellow #EDC11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 51.52%
G = 41.96%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDC11E (or 0xEDC11E) is known color: Moon Yellow. HEX triplet: ED, C1 and 1E. RGB value is (237,193,30). Sum of RGB (Red+Green+Blue) = 237+193+30=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC11E is #123EE1. Grayscale: #BCBCBC. Windows color (decimal): -1195746 or 2015725. OLE color: 2015725.

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

Color convert

RGB 237 193 30 -
CMYK 0 0.19 0.87 0.07
HSL 47.25º 0.85% 0.52% -
HSV(B) 47.25º 0.87% 0.93% -
XYZ 54.23 56.24 9.23 -
YUV 187.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 237 193 30 0 0.19 0.87 0.07 47.25 0.85 0.52
Hex ED C1 1E 0 13 57 7 2F 55 34
Octal 355 301 36 0 23 127 7 57 125 64
Binary 11101101 11000001 11110 0 10011 1010111 111 101111 1010101 110100

Color Harmonies of #EDC11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC11E

Black with #EDC11E

Text Example


Text Example

White with #EDC11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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