Html Css Color HEX #EAB812 Moon Yellow

📋 copy color: '#EAB812'

red 234 ◦ green 184 ◦ blue 18

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

Shades of Moon Yellow #EAB812

Tints of Moon Yellow #EAB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

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

R = 53.67%
G = 42.2%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAB812 (or 0xEAB812) is known color: Moon Yellow. HEX triplet: EA, B8 and 12. RGB value is (234,184,18). Sum of RGB (Red+Green+Blue) = 234+184+18=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB812 is #1547ED. Grayscale: #B4B4B4. Windows color (decimal): -1394670 or 1226986. OLE color: 1226986.

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

Color convert

RGB 234 184 18 -
CMYK 0 0.21 0.92 0.08
HSL 46.11º 0.86% 0.49% -
HSV(B) 46.11º 0.92% 0.92% -
XYZ 51.18 51.82 7.88 -
YUV 180.03 36.57 166.5 -
System Red Green Blue C M Y K H S L
Decimal 234 184 18 0 0.21 0.92 0.08 46.11 0.86 0.49
Hex EA B8 12 0 15 5C 8 2E 56 31
Octal 352 270 22 0 25 134 10 56 126 61
Binary 11101010 10111000 10010 0 10101 1011100 1000 101110 1010110 110001

Color Harmonies of #EAB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB812

Black with #EAB812

Text Example


Text Example

White with #EAB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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