Html Css Color HEX #EAC212 Moon Yellow

📋 copy color: '#EAC212'

red 234 ◦ green 194 ◦ blue 18

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

Shades of Moon Yellow #EAC212

Tints of Moon Yellow #EAC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 52.47%
G = 43.5%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC212 (or 0xEAC212) is known color: Moon Yellow. HEX triplet: EA, C2 and 12. RGB value is (234,194,18). Sum of RGB (Red+Green+Blue) = 234+194+18=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC212 is #153DED. Grayscale: #BABABA. Windows color (decimal): -1392110 or 1229546. OLE color: 1229546.

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

Color convert

RGB 234 194 18 -
CMYK 0 0.17 0.92 0.08
HSL 48.89º 0.86% 0.49% -
HSV(B) 48.89º 0.92% 0.92% -
XYZ 53.33 56.12 8.59 -
YUV 185.9 33.25 162.31 -
System Red Green Blue C M Y K H S L
Decimal 234 194 18 0 0.17 0.92 0.08 48.89 0.86 0.49
Hex EA C2 12 0 11 5C 8 31 56 31
Octal 352 302 22 0 21 134 10 61 126 61
Binary 11101010 11000010 10010 0 10001 1011100 1000 110001 1010110 110001

Color Harmonies of #EAC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC212

Black with #EAC212

Text Example


Text Example

White with #EAC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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