Html Css Color HEX #EAC41D Moon Yellow

📋 copy color: '#EAC41D'

red 234 ◦ green 196 ◦ blue 29

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

Shades of Moon Yellow #EAC41D

Tints of Moon Yellow #EAC41D

RGB

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

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

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

R = 50.98%
G = 42.7%
B = 6.32%

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

#EAC41D (or 0xEAC41D) is known color: Moon Yellow. HEX triplet: EA, C4 and 1D. RGB value is (234,196,29). Sum of RGB (Red+Green+Blue) = 234+196+29=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC41D is #153BE2. Grayscale: #BDBDBD. Windows color (decimal): -1391587 or 1950954. OLE color: 1950954.

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

Color convert

RGB 234 196 29 -
CMYK 0 0.16 0.88 0.08
HSL 48.88º 0.83% 0.52% -
HSV(B) 48.88º 0.88% 0.92% -
XYZ 53.89 57.06 9.34 -
YUV 188.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 234 196 29 0 0.16 0.88 0.08 48.88 0.83 0.52
Hex EA C4 1D 0 10 58 8 31 53 34
Octal 352 304 35 0 20 130 10 61 123 64
Binary 11101010 11000100 11101 0 10000 1011000 1000 110001 1010011 110100

Color Harmonies of #EAC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC41D

Black with #EAC41D

Text Example


Text Example

White with #EAC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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