Html Css Color HEX #EAC218 Moon Yellow

📋 copy color: '#EAC218'

red 234 ◦ green 194 ◦ blue 24

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

Shades of Moon Yellow #EAC218

Tints of Moon Yellow #EAC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.92%

 BLUE value IS 24 (9.77% from 255) = 5.31%

R = 51.77%
G = 42.92%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAC218 (or 0xEAC218) is known color: Moon Yellow. HEX triplet: EA, C2 and 18. RGB value is (234,194,24). Sum of RGB (Red+Green+Blue) = 234+194+24=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC218 is #153DE7. Grayscale: #BBBBBB. Windows color (decimal): -1392104 or 1622762. OLE color: 1622762.

HSL color Cylindrical-coordinate representation of color #EAC218: hue angle of 48.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAC218 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 24 -
CMYK 0 0.17 0.90 0.08
HSL 48.57º 0.83% 0.51% -
HSV(B) 48.57º 0.9% 0.92% -
XYZ 53.39 56.14 8.89 -
YUV 186.58 36.25 161.82 -
System Red Green Blue C M Y K H S L
Decimal 234 194 24 0 0.17 0.90 0.08 48.57 0.83 0.51
Hex EA C2 18 0 11 5A 8 31 53 33
Octal 352 302 30 0 21 132 10 61 123 63
Binary 11101010 11000010 11000 0 10001 1011010 1000 110001 1010011 110011

Color Harmonies of #EAC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC218

Black with #EAC218

Text Example


Text Example

White with #EAC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC218; }

 p { color: rgb(234,194,24); }

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

background-color css

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

 a { background-color: rgb(234,194,24); }

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

border-color css

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

 span { border-color: rgb(234,194,24); }

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