Html Css Color HEX #EAB412 Moon Yellow

📋 copy color: '#EAB412'

red 234 ◦ green 180 ◦ blue 18

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

Shades of Moon Yellow #EAB412

Tints of Moon Yellow #EAB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

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

R = 54.17%
G = 41.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAB412 (or 0xEAB412) is known color: Moon Yellow. HEX triplet: EA, B4 and 12. RGB value is (234,180,18). Sum of RGB (Red+Green+Blue) = 234+180+18=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB412 is #154BED. Grayscale: #B2B2B2. Windows color (decimal): -1395694 or 1225962. OLE color: 1225962.

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

Color convert

RGB 234 180 18 -
CMYK 0 0.23 0.92 0.08
HSL 45º 0.86% 0.49% -
HSV(B) 45º 0.92% 0.92% -
XYZ 50.36 50.18 7.6 -
YUV 177.68 37.89 168.17 -
System Red Green Blue C M Y K H S L
Decimal 234 180 18 0 0.23 0.92 0.08 45 0.86 0.49
Hex EA B4 12 0 17 5C 8 2D 56 31
Octal 352 264 22 0 27 134 10 55 126 61
Binary 11101010 10110100 10010 0 10111 1011100 1000 101101 1010110 110001

Color Harmonies of #EAB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB412

Black with #EAB412

Text Example


Text Example

White with #EAB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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