Html Css Color HEX #EAC812 Moon Yellow

📋 copy color: '#EAC812'

red 234 ◦ green 200 ◦ blue 18

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

Shades of Moon Yellow #EAC812

Tints of Moon Yellow #EAC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.25%

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

R = 51.77%
G = 44.25%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC812 (or 0xEAC812) is known color: Moon Yellow. HEX triplet: EA, C8 and 12. RGB value is (234,200,18). Sum of RGB (Red+Green+Blue) = 234+200+18=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC812 is #1537ED. Grayscale: #BEBEBE. Windows color (decimal): -1390574 or 1231082. OLE color: 1231082.

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

Color convert

RGB 234 200 18 -
CMYK 0 0.15 0.92 0.08
HSL 50.56º 0.86% 0.49% -
HSV(B) 50.56º 0.92% 0.92% -
XYZ 54.7 58.84 9.05 -
YUV 189.42 31.26 159.8 -
System Red Green Blue C M Y K H S L
Decimal 234 200 18 0 0.15 0.92 0.08 50.56 0.86 0.49
Hex EA C8 12 0 F 5C 8 33 56 31
Octal 352 310 22 0 17 134 10 63 126 61
Binary 11101010 11001000 10010 0 1111 1011100 1000 110011 1010110 110001

Color Harmonies of #EAC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC812

Black with #EAC812

Text Example


Text Example

White with #EAC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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