Html Css Color HEX #EAC814 Moon Yellow

📋 copy color: '#EAC814'

red 234 ◦ green 200 ◦ blue 20

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

Shades of Moon Yellow #EAC814

Tints of Moon Yellow #EAC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.05%

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

R = 51.54%
G = 44.05%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC814 (or 0xEAC814) is known color: Moon Yellow. HEX triplet: EA, C8 and 14. RGB value is (234,200,20). Sum of RGB (Red+Green+Blue) = 234+200+20=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC814 is #1537EB. Grayscale: #BEBEBE. Windows color (decimal): -1390572 or 1362154. OLE color: 1362154.

HSL color Cylindrical-coordinate representation of color #EAC814: hue angle of 50.47º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAC814 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 200 20 -
CMYK 0 0.15 0.91 0.08
HSL 50.47º 0.84% 0.5% -
HSV(B) 50.47º 0.91% 0.92% -
XYZ 54.71 58.85 9.14 -
YUV 189.65 32.26 159.64 -
System Red Green Blue C M Y K H S L
Decimal 234 200 20 0 0.15 0.91 0.08 50.47 0.84 0.5
Hex EA C8 14 0 F 5B 8 32 54 32
Octal 352 310 24 0 17 133 10 62 124 62
Binary 11101010 11001000 10100 0 1111 1011011 1000 110010 1010100 110010

Color Harmonies of #EAC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC814

Black with #EAC814

Text Example


Text Example

White with #EAC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC814; }

 p { color: rgb(234,200,20); }

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

background-color css

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

 a { background-color: rgb(234,200,20); }

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

border-color css

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

 span { border-color: rgb(234,200,20); }

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