Html Css Color HEX #EECD14 Moon Yellow

📋 copy color: '#EECD14'

red 238 ◦ green 205 ◦ blue 20

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

Shades of Moon Yellow #EECD14

Tints of Moon Yellow #EECD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

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

R = 51.4%
G = 44.28%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EECD14 (or 0xEECD14) is known color: Moon Yellow. HEX triplet: EE, CD and 14. RGB value is (238,205,20). Sum of RGB (Red+Green+Blue) = 238+205+20=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECD14 is #1132EB. Grayscale: #C2C2C2. Windows color (decimal): -1127148 or 1363438. OLE color: 1363438.

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

Color convert

RGB 238 205 20 -
CMYK 0 0.14 0.92 0.07
HSL 50.92º 0.87% 0.51% -
HSV(B) 50.92º 0.92% 0.93% -
XYZ 57.22 61.89 9.59 -
YUV 193.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 238 205 20 0 0.14 0.92 0.07 50.92 0.87 0.51
Hex EE CD 14 0 E 5C 7 33 57 33
Octal 356 315 24 0 16 134 7 63 127 63
Binary 11101110 11001101 10100 0 1110 1011100 111 110011 1010111 110011

Color Harmonies of #EECD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD14

Black with #EECD14

Text Example


Text Example

White with #EECD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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