Html Css Color HEX #EAC525 Moon Yellow

📋 copy color: '#EAC525'

red 234 ◦ green 197 ◦ blue 37

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

Shades of Moon Yellow #EAC525

Tints of Moon Yellow #EAC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 50%
G = 42.09%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAC525 (or 0xEAC525) is known color: Moon Yellow. HEX triplet: EA, C5 and 25. RGB value is (234,197,37). Sum of RGB (Red+Green+Blue) = 234+197+37=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC525 is #153ADA. Grayscale: #BEBEBE. Windows color (decimal): -1391323 or 2475498. OLE color: 2475498.

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

Color convert

RGB 234 197 37 -
CMYK 0 0.16 0.84 0.08
HSL 48.73º 0.82% 0.53% -
HSV(B) 48.73º 0.84% 0.92% -
XYZ 54.23 57.56 10 -
YUV 189.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 234 197 37 0 0.16 0.84 0.08 48.73 0.82 0.53
Hex EA C5 25 0 10 54 8 31 52 35
Octal 352 305 45 0 20 124 10 61 122 65
Binary 11101010 11000101 100101 0 10000 1010100 1000 110001 1010010 110101

Color Harmonies of #EAC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC525

Black with #EAC525

Text Example


Text Example

White with #EAC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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