Html Css Color HEX #EAC521 Moon Yellow

📋 copy color: '#EAC521'

red 234 ◦ green 197 ◦ blue 33

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

Shades of Moon Yellow #EAC521

Tints of Moon Yellow #EAC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

 BLUE value IS 33 (13.28% from 255) = 7.11%

R = 50.43%
G = 42.46%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAC521 (or 0xEAC521) is known color: Moon Yellow. HEX triplet: EA, C5 and 21. RGB value is (234,197,33). Sum of RGB (Red+Green+Blue) = 234+197+33=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC521 is #153ADE. Grayscale: #BEBEBE. Windows color (decimal): -1391327 or 2213354. OLE color: 2213354.

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

Color convert

RGB 234 197 33 -
CMYK 0 0.16 0.86 0.08
HSL 48.96º 0.83% 0.52% -
HSV(B) 48.96º 0.86% 0.92% -
XYZ 54.17 57.53 9.69 -
YUV 189.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 234 197 33 0 0.16 0.86 0.08 48.96 0.83 0.52
Hex EA C5 21 0 10 56 8 31 53 34
Octal 352 305 41 0 20 126 10 61 123 64
Binary 11101010 11000101 100001 0 10000 1010110 1000 110001 1010011 110100

Color Harmonies of #EAC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC521

Black with #EAC521

Text Example


Text Example

White with #EAC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC521; }

 p { color: rgb(234,197,33); }

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

background-color css

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

 a { background-color: rgb(234,197,33); }

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

border-color css

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

 span { border-color: rgb(234,197,33); }

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