Html Css Color HEX #EAC425 Moon Yellow

📋 copy color: '#EAC425'

red 234 ◦ green 196 ◦ blue 37

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

Shades of Moon Yellow #EAC425

Tints of Moon Yellow #EAC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 50.11%
G = 41.97%
B = 7.92%

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

#EAC425 (or 0xEAC425) is known color: Moon Yellow. HEX triplet: EA, C4 and 25. RGB value is (234,196,37). Sum of RGB (Red+Green+Blue) = 234+196+37=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC425 is #153BDA. Grayscale: #BDBDBD. Windows color (decimal): -1391579 or 2475242. OLE color: 2475242.

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

Color convert

RGB 234 196 37 -
CMYK 0 0.16 0.84 0.08
HSL 48.43º 0.82% 0.53% -
HSV(B) 48.43º 0.84% 0.92% -
XYZ 54.01 57.11 9.93 -
YUV 189.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 234 196 37 0 0.16 0.84 0.08 48.43 0.82 0.53
Hex EA C4 25 0 10 54 8 30 52 35
Octal 352 304 45 0 20 124 10 60 122 65
Binary 11101010 11000100 100101 0 10000 1010100 1000 110000 1010010 110101

Color Harmonies of #EAC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC425

Black with #EAC425

Text Example


Text Example

White with #EAC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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