Html Css Color HEX #EAC914 Moon Yellow

📋 copy color: '#EAC914'

red 234 ◦ green 201 ◦ blue 20

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

Shades of Moon Yellow #EAC914

Tints of Moon Yellow #EAC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

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

R = 51.43%
G = 44.18%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC914 (or 0xEAC914) is known color: Moon Yellow. HEX triplet: EA, C9 and 14. RGB value is (234,201,20). Sum of RGB (Red+Green+Blue) = 234+201+20=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC914 is #1536EB. Grayscale: #BEBEBE. Windows color (decimal): -1390316 or 1362410. OLE color: 1362410.

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

Color convert

RGB 234 201 20 -
CMYK 0 0.14 0.91 0.08
HSL 50.75º 0.84% 0.5% -
HSV(B) 50.75º 0.91% 0.92% -
XYZ 54.94 59.32 9.22 -
YUV 190.23 31.93 159.22 -
System Red Green Blue C M Y K H S L
Decimal 234 201 20 0 0.14 0.91 0.08 50.75 0.84 0.5
Hex EA C9 14 0 E 5B 8 33 54 32
Octal 352 311 24 0 16 133 10 63 124 62
Binary 11101010 11001001 10100 0 1110 1011011 1000 110011 1010100 110010

Color Harmonies of #EAC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC914

Black with #EAC914

Text Example


Text Example

White with #EAC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC914; }

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

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

background-color css

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

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

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

border-color css

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

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

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