Html Css Color HEX #EEC80E Moon Yellow

📋 copy color: '#EEC80E'

red 238 ◦ green 200 ◦ blue 14

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

Shades of Moon Yellow #EEC80E

Tints of Moon Yellow #EEC80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.1%

R = 52.65%
G = 44.25%
B = 3.1%

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

#EEC80E (or 0xEEC80E) is known color: Moon Yellow. HEX triplet: EE, C8 and 0E. RGB value is (238,200,14). Sum of RGB (Red+Green+Blue) = 238+200+14=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC80E is #1137F1. Grayscale: #BEBEBE. Windows color (decimal): -1128434 or 968942. OLE color: 968942.

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

Color convert

RGB 238 200 14 -
CMYK 0 0.16 0.94 0.07
HSL 49.82º 0.89% 0.49% -
HSV(B) 49.82º 0.94% 0.93% -
XYZ 55.99 59.52 8.95 -
YUV 190.16 28.59 162.12 -
System Red Green Blue C M Y K H S L
Decimal 238 200 14 0 0.16 0.94 0.07 49.82 0.89 0.49
Hex EE C8 E 0 10 5E 7 32 59 31
Octal 356 310 16 0 20 136 7 62 131 61
Binary 11101110 11001000 1110 0 10000 1011110 111 110010 1011001 110001

Color Harmonies of #EEC80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC80E

Black with #EEC80E

Text Example


Text Example

White with #EEC80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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