Html Css Color HEX #EAC213 Moon Yellow

📋 copy color: '#EAC213'

red 234 ◦ green 194 ◦ blue 19

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

Shades of Moon Yellow #EAC213

Tints of Moon Yellow #EAC213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 52.35%
G = 43.4%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC213 (or 0xEAC213) is known color: Moon Yellow. HEX triplet: EA, C2 and 13. RGB value is (234,194,19). Sum of RGB (Red+Green+Blue) = 234+194+19=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC213 is #153DEC. Grayscale: #BABABA. Windows color (decimal): -1392109 or 1295082. OLE color: 1295082.

HSL color Cylindrical-coordinate representation of color #EAC213: hue angle of 48.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAC213 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 19 -
CMYK 0 0.17 0.92 0.08
HSL 48.84º 0.85% 0.5% -
HSV(B) 48.84º 0.92% 0.92% -
XYZ 53.34 56.12 8.64 -
YUV 186.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 234 194 19 0 0.17 0.92 0.08 48.84 0.85 0.5
Hex EA C2 13 0 11 5C 8 31 55 32
Octal 352 302 23 0 21 134 10 61 125 62
Binary 11101010 11000010 10011 0 10001 1011100 1000 110001 1010101 110010

Color Harmonies of #EAC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC213

Black with #EAC213

Text Example


Text Example

White with #EAC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC213; }

 p { color: rgb(234,194,19); }

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

background-color css

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

 a { background-color: rgb(234,194,19); }

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

border-color css

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

 span { border-color: rgb(234,194,19); }

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