Html Css Color HEX #EACD0C Moon Yellow

📋 copy color: '#EACD0C'

red 234 ◦ green 205 ◦ blue 12

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

Shades of Moon Yellow #EACD0C

Tints of Moon Yellow #EACD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.66%

R = 51.88%
G = 45.45%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EACD0C (or 0xEACD0C) is known color: Moon Yellow. HEX triplet: EA, CD and 0C. RGB value is (234,205,12). Sum of RGB (Red+Green+Blue) = 234+205+12=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD0C is #1532F3. Grayscale: #C0C0C0. Windows color (decimal): -1389300 or 839146. OLE color: 839146.

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

Color convert

RGB 234 205 12 -
CMYK 0 0.12 0.95 0.08
HSL 52.16º 0.9% 0.48% -
HSV(B) 52.16º 0.95% 0.92% -
XYZ 55.83 61.18 9.21 -
YUV 191.67 26.61 158.19 -
System Red Green Blue C M Y K H S L
Decimal 234 205 12 0 0.12 0.95 0.08 52.16 0.9 0.48
Hex EA CD C 0 C 5F 8 34 5A 30
Octal 352 315 14 0 14 137 10 64 132 60
Binary 11101010 11001101 1100 0 1100 1011111 1000 110100 1011010 110000

Color Harmonies of #EACD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD0C

Black with #EACD0C

Text Example


Text Example

White with #EACD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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