Html Css Color HEX #EEC714 Moon Yellow

📋 copy color: '#EEC714'

red 238 ◦ green 199 ◦ blue 20

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

Shades of Moon Yellow #EEC714

Tints of Moon Yellow #EEC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

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

R = 52.08%
G = 43.54%
B = 4.38%

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

#EEC714 (or 0xEEC714) is known color: Moon Yellow. HEX triplet: EE, C7 and 14. RGB value is (238,199,20). Sum of RGB (Red+Green+Blue) = 238+199+20=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC714 is #1138EB. Grayscale: #BFBFBF. Windows color (decimal): -1128684 or 1361902. OLE color: 1361902.

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

Color convert

RGB 238 199 20 -
CMYK 0 0.16 0.92 0.07
HSL 49.27º 0.87% 0.51% -
HSV(B) 49.27º 0.92% 0.93% -
XYZ 55.81 59.07 9.12 -
YUV 190.26 31.92 162.05 -
System Red Green Blue C M Y K H S L
Decimal 238 199 20 0 0.16 0.92 0.07 49.27 0.87 0.51
Hex EE C7 14 0 10 5C 7 31 57 33
Octal 356 307 24 0 20 134 7 61 127 63
Binary 11101110 11000111 10100 0 10000 1011100 111 110001 1010111 110011

Color Harmonies of #EEC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC714

Black with #EEC714

Text Example


Text Example

White with #EEC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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