Html Css Color HEX #EEC70E Moon Yellow

📋 copy color: '#EEC70E'

red 238 ◦ green 199 ◦ blue 14

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

Shades of Moon Yellow #EEC70E

Tints of Moon Yellow #EEC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

 BLUE value IS 14 (5.86% from 255) = 3.1%

R = 52.77%
G = 44.12%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEC70E (or 0xEEC70E) is known color: Moon Yellow. HEX triplet: EE, C7 and 0E. RGB value is (238,199,14). Sum of RGB (Red+Green+Blue) = 238+199+14=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC70E is #1138F1. Grayscale: #BEBEBE. Windows color (decimal): -1128690 or 968686. OLE color: 968686.

HSL color Cylindrical-coordinate representation of color #EEC70E: hue angle of 49.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEC70E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 14 -
CMYK 0 0.16 0.94 0.07
HSL 49.55º 0.89% 0.49% -
HSV(B) 49.55º 0.94% 0.93% -
XYZ 55.76 59.06 8.88 -
YUV 189.57 28.92 162.54 -
System Red Green Blue C M Y K H S L
Decimal 238 199 14 0 0.16 0.94 0.07 49.55 0.89 0.49
Hex EE C7 E 0 10 5E 7 32 59 31
Octal 356 307 16 0 20 136 7 62 131 61
Binary 11101110 11000111 1110 0 10000 1011110 111 110010 1011001 110001

Color Harmonies of #EEC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC70E

Black with #EEC70E

Text Example


Text Example

White with #EEC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC70E; }

 p { color: rgb(238,199,14); }

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

background-color css

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

 a { background-color: rgb(238,199,14); }

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

border-color css

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

 span { border-color: rgb(238,199,14); }

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