Html Css Color HEX #EAC220 Moon Yellow

📋 copy color: '#EAC220'

red 234 ◦ green 194 ◦ blue 32

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

Shades of Moon Yellow #EAC220

Tints of Moon Yellow #EAC220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.96%

R = 50.87%
G = 42.17%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAC220 (or 0xEAC220) is known color: Moon Yellow. HEX triplet: EA, C2 and 20. RGB value is (234,194,32). Sum of RGB (Red+Green+Blue) = 234+194+32=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC220 is #153DDF. Grayscale: #BCBCBC. Windows color (decimal): -1392096 or 2147050. OLE color: 2147050.

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

Color convert

RGB 234 194 32 -
CMYK 0 0.17 0.86 0.08
HSL 48.12º 0.83% 0.52% -
HSV(B) 48.12º 0.86% 0.92% -
XYZ 53.48 56.18 9.39 -
YUV 187.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 234 194 32 0 0.17 0.86 0.08 48.12 0.83 0.52
Hex EA C2 20 0 11 56 8 30 53 34
Octal 352 302 40 0 21 126 10 60 123 64
Binary 11101010 11000010 100000 0 10001 1010110 1000 110000 1010011 110100

Color Harmonies of #EAC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC220

Black with #EAC220

Text Example


Text Example

White with #EAC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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