Html Css Color HEX #EEC314 Moon Yellow

📋 copy color: '#EEC314'

red 238 ◦ green 195 ◦ blue 20

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

Shades of Moon Yellow #EEC314

Tints of Moon Yellow #EEC314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

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

R = 52.54%
G = 43.05%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEC314 (or 0xEEC314) is known color: Moon Yellow. HEX triplet: EE, C3 and 14. RGB value is (238,195,20). Sum of RGB (Red+Green+Blue) = 238+195+20=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC314 is #113CEB. Grayscale: #BCBCBC. Windows color (decimal): -1129708 or 1360878. OLE color: 1360878.

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

Color convert

RGB 238 195 20 -
CMYK 0 0.18 0.92 0.07
HSL 48.17º 0.87% 0.51% -
HSV(B) 48.17º 0.92% 0.93% -
XYZ 54.9 57.26 8.82 -
YUV 187.91 33.25 163.73 -
System Red Green Blue C M Y K H S L
Decimal 238 195 20 0 0.18 0.92 0.07 48.17 0.87 0.51
Hex EE C3 14 0 12 5C 7 30 57 33
Octal 356 303 24 0 22 134 7 60 127 63
Binary 11101110 11000011 10100 0 10010 1011100 111 110000 1010111 110011

Color Harmonies of #EEC314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC314

Black with #EEC314

Text Example


Text Example

White with #EEC314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC314; }

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

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

background-color css

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

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

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

border-color css

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

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

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