Html Css Color HEX #EEC012 Moon Yellow

📋 copy color: '#EEC012'

red 238 ◦ green 192 ◦ blue 18

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

Shades of Moon Yellow #EEC012

Tints of Moon Yellow #EEC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.86%

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 53.13%
G = 42.86%
B = 4.02%

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

#EEC012 (or 0xEEC012) is known color: Moon Yellow. HEX triplet: EE, C0 and 12. RGB value is (238,192,18). Sum of RGB (Red+Green+Blue) = 238+192+18=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC012 is #113FED. Grayscale: #BABABA. Windows color (decimal): -1130478 or 1229038. OLE color: 1229038.

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

Color convert

RGB 238 192 18 -
CMYK 0 0.19 0.92 0.07
HSL 47.45º 0.87% 0.5% -
HSV(B) 47.45º 0.92% 0.93% -
XYZ 54.22 55.92 8.51 -
YUV 185.92 33.24 165.15 -
System Red Green Blue C M Y K H S L
Decimal 238 192 18 0 0.19 0.92 0.07 47.45 0.87 0.5
Hex EE C0 12 0 13 5C 7 2F 57 32
Octal 356 300 22 0 23 134 7 57 127 62
Binary 11101110 11000000 10010 0 10011 1011100 111 101111 1010111 110010

Color Harmonies of #EEC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC012

Black with #EEC012

Text Example


Text Example

White with #EEC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC012; }

 p { color: rgb(238,192,18); }

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

background-color css

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

 a { background-color: rgb(238,192,18); }

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

border-color css

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

 span { border-color: rgb(238,192,18); }

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