Html Css Color HEX #EEC814 Moon Yellow

📋 copy color: '#EEC814'

red 238 ◦ green 200 ◦ blue 20

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

Shades of Moon Yellow #EEC814

Tints of Moon Yellow #EEC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

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

R = 51.97%
G = 43.67%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEC814 (or 0xEEC814) is known color: Moon Yellow. HEX triplet: EE, C8 and 14. RGB value is (238,200,20). Sum of RGB (Red+Green+Blue) = 238+200+20=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC814 is #1137EB. Grayscale: #BFBFBF. Windows color (decimal): -1128428 or 1362158. OLE color: 1362158.

HSL color Cylindrical-coordinate representation of color #EEC814: hue angle of 49.54º 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 #EEC814 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 20 -
CMYK 0 0.16 0.92 0.07
HSL 49.54º 0.87% 0.51% -
HSV(B) 49.54º 0.92% 0.93% -
XYZ 56.04 59.54 9.2 -
YUV 190.84 31.59 161.64 -
System Red Green Blue C M Y K H S L
Decimal 238 200 20 0 0.16 0.92 0.07 49.54 0.87 0.51
Hex EE C8 14 0 10 5C 7 32 57 33
Octal 356 310 24 0 20 134 7 62 127 63
Binary 11101110 11001000 10100 0 10000 1011100 111 110010 1010111 110011

Color Harmonies of #EEC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC814

Black with #EEC814

Text Example


Text Example

White with #EEC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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