Html Css Color HEX #EACA12 Moon Yellow

📋 copy color: '#EACA12'

red 234 ◦ green 202 ◦ blue 18

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

Shades of Moon Yellow #EACA12

Tints of Moon Yellow #EACA12

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 51.54%
G = 44.49%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EACA12 (or 0xEACA12) is known color: Moon Yellow. HEX triplet: EA, CA and 12. RGB value is (234,202,18). Sum of RGB (Red+Green+Blue) = 234+202+18=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA12 is #1535ED. Grayscale: #BFBFBF. Windows color (decimal): -1390062 or 1231594. OLE color: 1231594.

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

Color convert

RGB 234 202 18 -
CMYK 0 0.14 0.92 0.08
HSL 51.11º 0.86% 0.49% -
HSV(B) 51.11º 0.92% 0.92% -
XYZ 55.16 59.78 9.2 -
YUV 190.59 30.6 158.96 -
System Red Green Blue C M Y K H S L
Decimal 234 202 18 0 0.14 0.92 0.08 51.11 0.86 0.49
Hex EA CA 12 0 E 5C 8 33 56 31
Octal 352 312 22 0 16 134 10 63 126 61
Binary 11101010 11001010 10010 0 1110 1011100 1000 110011 1010110 110001

Color Harmonies of #EACA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA12

Black with #EACA12

Text Example


Text Example

White with #EACA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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