Html Css Color HEX #EEC414 Moon Yellow

📋 copy color: '#EEC414'

red 238 ◦ green 196 ◦ blue 20

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

Shades of Moon Yellow #EEC414

Tints of Moon Yellow #EEC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

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

R = 52.42%
G = 43.17%
B = 4.41%

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

#EEC414 (or 0xEEC414) is known color: Moon Yellow. HEX triplet: EE, C4 and 14. RGB value is (238,196,20). Sum of RGB (Red+Green+Blue) = 238+196+20=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC414 is #113BEB. Grayscale: #BDBDBD. Windows color (decimal): -1129452 or 1361134. OLE color: 1361134.

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

Color convert

RGB 238 196 20 -
CMYK 0 0.18 0.92 0.07
HSL 48.44º 0.87% 0.51% -
HSV(B) 48.44º 0.92% 0.93% -
XYZ 55.13 57.71 8.9 -
YUV 188.49 32.91 163.31 -
System Red Green Blue C M Y K H S L
Decimal 238 196 20 0 0.18 0.92 0.07 48.44 0.87 0.51
Hex EE C4 14 0 12 5C 7 30 57 33
Octal 356 304 24 0 22 134 7 60 127 63
Binary 11101110 11000100 10100 0 10010 1011100 111 110000 1010111 110011

Color Harmonies of #EEC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC414

Black with #EEC414

Text Example


Text Example

White with #EEC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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