Html Css Color HEX #EACD11 Moon Yellow

📋 copy color: '#EACD11'

red 234 ◦ green 205 ◦ blue 17

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

Shades of Moon Yellow #EACD11

Tints of Moon Yellow #EACD11

RGB

 RED value IS 234 (91.8% from 255) = 51.32%

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

 BLUE value IS 17 (7.03% from 255) = 3.73%

R = 51.32%
G = 44.96%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EACD11 (or 0xEACD11) is known color: Moon Yellow. HEX triplet: EA, CD and 11. RGB value is (234,205,17). Sum of RGB (Red+Green+Blue) = 234+205+17=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD11 is #1532EE. Grayscale: #C1C1C1. Windows color (decimal): -1389295 or 1166826. OLE color: 1166826.

HSL color Cylindrical-coordinate representation of color #EACD11: hue angle of 51.98º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EACD11 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 17 -
CMYK 0 0.12 0.93 0.08
HSL 51.98º 0.86% 0.49% -
HSV(B) 51.98º 0.93% 0.92% -
XYZ 55.86 61.2 9.4 -
YUV 192.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 234 205 17 0 0.12 0.93 0.08 51.98 0.86 0.49
Hex EA CD 11 0 C 5D 8 34 56 31
Octal 352 315 21 0 14 135 10 64 126 61
Binary 11101010 11001101 10001 0 1100 1011101 1000 110100 1010110 110001

Color Harmonies of #EACD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD11

Black with #EACD11

Text Example


Text Example

White with #EACD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD11; }

 p { color: rgb(234,205,17); }

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

background-color css

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

 a { background-color: rgb(234,205,17); }

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

border-color css

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

 span { border-color: rgb(234,205,17); }

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