Html Css Color HEX #EEC114 Moon Yellow

📋 copy color: '#EEC114'

red 238 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #EEC114

Tints of Moon Yellow #EEC114

RGB

 RED value IS 238 (93.36% from 255) = 52.77%

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

 BLUE value IS 20 (8.2% from 255) = 4.43%

R = 52.77%
G = 42.79%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEC114 (or 0xEEC114) is known color: Moon Yellow. HEX triplet: EE, C1 and 14. RGB value is (238,193,20). Sum of RGB (Red+Green+Blue) = 238+193+20=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC114 is #113EEB. Grayscale: #BBBBBB. Windows color (decimal): -1130220 or 1360366. OLE color: 1360366.

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

Color convert

RGB 238 193 20 -
CMYK 0 0.19 0.92 0.07
HSL 47.61º 0.87% 0.51% -
HSV(B) 47.61º 0.92% 0.93% -
XYZ 54.46 56.37 8.67 -
YUV 186.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 238 193 20 0 0.19 0.92 0.07 47.61 0.87 0.51
Hex EE C1 14 0 13 5C 7 30 57 33
Octal 356 301 24 0 23 134 7 60 127 63
Binary 11101110 11000001 10100 0 10011 1011100 111 110000 1010111 110011

Color Harmonies of #EEC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC114

Black with #EEC114

Text Example


Text Example

White with #EEC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC114; }

 p { color: rgb(238,193,20); }

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

background-color css

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

 a { background-color: rgb(238,193,20); }

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

border-color css

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

 span { border-color: rgb(238,193,20); }

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