Html Css Color HEX #EAC80C Moon Yellow

📋 copy color: '#EAC80C'

red 234 ◦ green 200 ◦ blue 12

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

Shades of Moon Yellow #EAC80C

Tints of Moon Yellow #EAC80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 52.47%
G = 44.84%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC80C (or 0xEAC80C) is known color: Moon Yellow. HEX triplet: EA, C8 and 0C. RGB value is (234,200,12). Sum of RGB (Red+Green+Blue) = 234+200+12=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC80C is #1537F3. Grayscale: #BDBDBD. Windows color (decimal): -1390580 or 837866. OLE color: 837866.

HSL color Cylindrical-coordinate representation of color #EAC80C: hue angle of 50.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAC80C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 200 12 -
CMYK 0 0.15 0.95 0.08
HSL 50.81º 0.9% 0.48% -
HSV(B) 50.81º 0.95% 0.92% -
XYZ 54.65 58.83 8.82 -
YUV 188.73 28.26 160.29 -
System Red Green Blue C M Y K H S L
Decimal 234 200 12 0 0.15 0.95 0.08 50.81 0.9 0.48
Hex EA C8 C 0 F 5F 8 33 5A 30
Octal 352 310 14 0 17 137 10 63 132 60
Binary 11101010 11001000 1100 0 1111 1011111 1000 110011 1011010 110000

Color Harmonies of #EAC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC80C

Black with #EAC80C

Text Example


Text Example

White with #EAC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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