Html Css Color HEX #EAC226 Moon Yellow

📋 copy color: '#EAC226'

red 234 ◦ green 194 ◦ blue 38

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

Shades of Moon Yellow #EAC226

Tints of Moon Yellow #EAC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.15%

R = 50.21%
G = 41.63%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAC226 (or 0xEAC226) is known color: Moon Yellow. HEX triplet: EA, C2 and 26. RGB value is (234,194,38). Sum of RGB (Red+Green+Blue) = 234+194+38=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC226 is #153DD9. Grayscale: #BCBCBC. Windows color (decimal): -1392090 or 2540266. OLE color: 2540266.

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

Color convert

RGB 234 194 38 -
CMYK 0 0.17 0.84 0.08
HSL 47.76º 0.82% 0.53% -
HSV(B) 47.76º 0.84% 0.92% -
XYZ 53.57 56.22 9.86 -
YUV 188.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 234 194 38 0 0.17 0.84 0.08 47.76 0.82 0.53
Hex EA C2 26 0 11 54 8 30 52 35
Octal 352 302 46 0 21 124 10 60 122 65
Binary 11101010 11000010 100110 0 10001 1010100 1000 110000 1010010 110101

Color Harmonies of #EAC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC226

Black with #EAC226

Text Example


Text Example

White with #EAC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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