Html Css Color HEX #EEC70F Moon Yellow

📋 copy color: '#EEC70F'

red 238 ◦ green 199 ◦ blue 15

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

Shades of Moon Yellow #EEC70F

Tints of Moon Yellow #EEC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 52.65%
G = 44.03%
B = 3.32%

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

#EEC70F (or 0xEEC70F) is known color: Moon Yellow. HEX triplet: EE, C7 and 0F. RGB value is (238,199,15). Sum of RGB (Red+Green+Blue) = 238+199+15=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC70F is #1138F0. Grayscale: #BEBEBE. Windows color (decimal): -1128689 or 1034222. OLE color: 1034222.

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

Color convert

RGB 238 199 15 -
CMYK 0 0.16 0.94 0.07
HSL 49.51º 0.88% 0.5% -
HSV(B) 49.51º 0.94% 0.93% -
XYZ 55.77 59.06 8.91 -
YUV 189.69 29.42 162.46 -
System Red Green Blue C M Y K H S L
Decimal 238 199 15 0 0.16 0.94 0.07 49.51 0.88 0.5
Hex EE C7 F 0 10 5E 7 32 58 32
Octal 356 307 17 0 20 136 7 62 130 62
Binary 11101110 11000111 1111 0 10000 1011110 111 110010 1011000 110010

Color Harmonies of #EEC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC70F

Black with #EEC70F

Text Example


Text Example

White with #EEC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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