Html Css Color HEX #EAC51D Moon Yellow

📋 copy color: '#EAC51D'

red 234 ◦ green 197 ◦ blue 29

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

Shades of Moon Yellow #EAC51D

Tints of Moon Yellow #EAC51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.3%

R = 50.87%
G = 42.83%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAC51D (or 0xEAC51D) is known color: Moon Yellow. HEX triplet: EA, C5 and 1D. RGB value is (234,197,29). Sum of RGB (Red+Green+Blue) = 234+197+29=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC51D is #153AE2. Grayscale: #BDBDBD. Windows color (decimal): -1391331 or 1951210. OLE color: 1951210.

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

Color convert

RGB 234 197 29 -
CMYK 0 0.16 0.88 0.08
HSL 49.17º 0.83% 0.52% -
HSV(B) 49.17º 0.88% 0.92% -
XYZ 54.12 57.51 9.41 -
YUV 188.91 37.76 160.16 -
System Red Green Blue C M Y K H S L
Decimal 234 197 29 0 0.16 0.88 0.08 49.17 0.83 0.52
Hex EA C5 1D 0 10 58 8 31 53 34
Octal 352 305 35 0 20 130 10 61 123 64
Binary 11101010 11000101 11101 0 10000 1011000 1000 110001 1010011 110100

Color Harmonies of #EAC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC51D

Black with #EAC51D

Text Example


Text Example

White with #EAC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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