Html Css Color HEX #EACD0D Moon Yellow

📋 copy color: '#EACD0D'

red 234 ◦ green 205 ◦ blue 13

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

Shades of Moon Yellow #EACD0D

Tints of Moon Yellow #EACD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 51.77%
G = 45.35%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EACD0D (or 0xEACD0D) is known color: Moon Yellow. HEX triplet: EA, CD and 0D. RGB value is (234,205,13). Sum of RGB (Red+Green+Blue) = 234+205+13=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD0D is #1532F2. Grayscale: #C0C0C0. Windows color (decimal): -1389299 or 904682. OLE color: 904682.

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

Color convert

RGB 234 205 13 -
CMYK 0 0.12 0.94 0.08
HSL 52.13º 0.89% 0.48% -
HSV(B) 52.13º 0.94% 0.92% -
XYZ 55.84 61.18 9.25 -
YUV 191.78 27.11 158.11 -
System Red Green Blue C M Y K H S L
Decimal 234 205 13 0 0.12 0.94 0.08 52.13 0.89 0.48
Hex EA CD D 0 C 5E 8 34 59 30
Octal 352 315 15 0 14 136 10 64 131 60
Binary 11101010 11001101 1101 0 1100 1011110 1000 110100 1011001 110000

Color Harmonies of #EACD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD0D

Black with #EACD0D

Text Example


Text Example

White with #EACD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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