Html Css Color HEX #EAC40D Moon Yellow

📋 copy color: '#EAC40D'

red 234 ◦ green 196 ◦ blue 13

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

Shades of Moon Yellow #EAC40D

Tints of Moon Yellow #EAC40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 52.82%
G = 44.24%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAC40D (or 0xEAC40D) is known color: Moon Yellow. HEX triplet: EA, C4 and 0D. RGB value is (234,196,13). Sum of RGB (Red+Green+Blue) = 234+196+13=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC40D is #153BF2. Grayscale: #BBBBBB. Windows color (decimal): -1391603 or 902378. OLE color: 902378.

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

Color convert

RGB 234 196 13 -
CMYK 0 0.16 0.94 0.08
HSL 49.68º 0.89% 0.48% -
HSV(B) 49.68º 0.94% 0.92% -
XYZ 53.74 57 8.55 -
YUV 186.5 30.09 161.88 -
System Red Green Blue C M Y K H S L
Decimal 234 196 13 0 0.16 0.94 0.08 49.68 0.89 0.48
Hex EA C4 D 0 10 5E 8 32 59 30
Octal 352 304 15 0 20 136 10 62 131 60
Binary 11101010 11000100 1101 0 10000 1011110 1000 110010 1011001 110000

Color Harmonies of #EAC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC40D

Black with #EAC40D

Text Example


Text Example

White with #EAC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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