Html Css Color HEX #EAC522 Moon Yellow

📋 copy color: '#EAC522'

red 234 ◦ green 197 ◦ blue 34

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

Shades of Moon Yellow #EAC522

Tints of Moon Yellow #EAC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.31%

R = 50.32%
G = 42.37%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC522 (or 0xEAC522) is known color: Moon Yellow. HEX triplet: EA, C5 and 22. RGB value is (234,197,34). Sum of RGB (Red+Green+Blue) = 234+197+34=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC522 is #153ADD. Grayscale: #BEBEBE. Windows color (decimal): -1391326 or 2278890. OLE color: 2278890.

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

Color convert

RGB 234 197 34 -
CMYK 0 0.16 0.85 0.08
HSL 48.9º 0.83% 0.53% -
HSV(B) 48.9º 0.85% 0.92% -
XYZ 54.19 57.54 9.76 -
YUV 189.48 40.26 159.75 -
System Red Green Blue C M Y K H S L
Decimal 234 197 34 0 0.16 0.85 0.08 48.9 0.83 0.53
Hex EA C5 22 0 10 55 8 31 53 35
Octal 352 305 42 0 20 125 10 61 123 65
Binary 11101010 11000101 100010 0 10000 1010101 1000 110001 1010011 110101

Color Harmonies of #EAC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC522

Black with #EAC522

Text Example


Text Example

White with #EAC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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