Html Css Color HEX #EAC312 Moon Yellow

📋 copy color: '#EAC312'

red 234 ◦ green 195 ◦ blue 18

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

Shades of Moon Yellow #EAC312

Tints of Moon Yellow #EAC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 52.35%
G = 43.62%
B = 4.03%

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

#EAC312 (or 0xEAC312) is known color: Moon Yellow. HEX triplet: EA, C3 and 12. RGB value is (234,195,18). Sum of RGB (Red+Green+Blue) = 234+195+18=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC312 is #153CED. Grayscale: #BBBBBB. Windows color (decimal): -1391854 or 1229802. OLE color: 1229802.

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

Color convert

RGB 234 195 18 -
CMYK 0 0.17 0.92 0.08
HSL 49.17º 0.86% 0.49% -
HSV(B) 49.17º 0.92% 0.92% -
XYZ 53.56 56.57 8.67 -
YUV 186.48 32.92 161.89 -
System Red Green Blue C M Y K H S L
Decimal 234 195 18 0 0.17 0.92 0.08 49.17 0.86 0.49
Hex EA C3 12 0 11 5C 8 31 56 31
Octal 352 303 22 0 21 134 10 61 126 61
Binary 11101010 11000011 10010 0 10001 1011100 1000 110001 1010110 110001

Color Harmonies of #EAC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC312

Black with #EAC312

Text Example


Text Example

White with #EAC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC312; }

 p { color: rgb(234,195,18); }

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

background-color css

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

 a { background-color: rgb(234,195,18); }

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

border-color css

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

 span { border-color: rgb(234,195,18); }

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