Html Css Color HEX #EACC0D Moon Yellow

📋 copy color: '#EACC0D'

red 234 ◦ green 204 ◦ blue 13

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

Shades of Moon Yellow #EACC0D

Tints of Moon Yellow #EACC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.23%

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

R = 51.88%
G = 45.23%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EACC0D (or 0xEACC0D) is known color: Moon Yellow. HEX triplet: EA, CC and 0D. RGB value is (234,204,13). Sum of RGB (Red+Green+Blue) = 234+204+13=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC0D is #1533F2. Grayscale: #BFBFBF. Windows color (decimal): -1389555 or 904426. OLE color: 904426.

HSL color Cylindrical-coordinate representation of color #EACC0D: hue angle of 51.86º 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 #EACC0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 13 -
CMYK 0 0.13 0.94 0.08
HSL 51.86º 0.89% 0.48% -
HSV(B) 51.86º 0.94% 0.92% -
XYZ 55.6 60.71 9.17 -
YUV 191.2 27.44 158.53 -
System Red Green Blue C M Y K H S L
Decimal 234 204 13 0 0.13 0.94 0.08 51.86 0.89 0.48
Hex EA CC D 0 D 5E 8 34 59 30
Octal 352 314 15 0 15 136 10 64 131 60
Binary 11101010 11001100 1101 0 1101 1011110 1000 110100 1011001 110000

Color Harmonies of #EACC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC0D

Black with #EACC0D

Text Example


Text Example

White with #EACC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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