Html Css Color HEX #EAB512 Moon Yellow

📋 copy color: '#EAB512'

red 234 ◦ green 181 ◦ blue 18

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

Shades of Moon Yellow #EAB512

Tints of Moon Yellow #EAB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.8%

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

R = 54.04%
G = 41.8%
B = 4.16%

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

#EAB512 (or 0xEAB512) is known color: Moon Yellow. HEX triplet: EA, B5 and 12. RGB value is (234,181,18). Sum of RGB (Red+Green+Blue) = 234+181+18=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB512 is #154AED. Grayscale: #B2B2B2. Windows color (decimal): -1395438 or 1226218. OLE color: 1226218.

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

Color convert

RGB 234 181 18 -
CMYK 0 0.23 0.92 0.08
HSL 45.28º 0.86% 0.49% -
HSV(B) 45.28º 0.92% 0.92% -
XYZ 50.56 50.58 7.67 -
YUV 178.27 37.56 167.75 -
System Red Green Blue C M Y K H S L
Decimal 234 181 18 0 0.23 0.92 0.08 45.28 0.86 0.49
Hex EA B5 12 0 17 5C 8 2D 56 31
Octal 352 265 22 0 27 134 10 55 126 61
Binary 11101010 10110101 10010 0 10111 1011100 1000 101101 1010110 110001

Color Harmonies of #EAB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB512

Black with #EAB512

Text Example


Text Example

White with #EAB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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