Html Css Color HEX #EACA14 Moon Yellow

📋 copy color: '#EACA14'

red 234 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #EACA14

Tints of Moon Yellow #EACA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.39%

R = 51.32%
G = 44.3%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EACA14 (or 0xEACA14) is known color: Moon Yellow. HEX triplet: EA, CA and 14. RGB value is (234,202,20). Sum of RGB (Red+Green+Blue) = 234+202+20=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA14 is #1535EB. Grayscale: #BFBFBF. Windows color (decimal): -1390060 or 1362666. OLE color: 1362666.

HSL color Cylindrical-coordinate representation of color #EACA14: hue angle of 51.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EACA14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 20 -
CMYK 0 0.14 0.91 0.08
HSL 51.03º 0.84% 0.5% -
HSV(B) 51.03º 0.91% 0.92% -
XYZ 55.18 59.78 9.29 -
YUV 190.82 31.6 158.8 -
System Red Green Blue C M Y K H S L
Decimal 234 202 20 0 0.14 0.91 0.08 51.03 0.84 0.5
Hex EA CA 14 0 E 5B 8 33 54 32
Octal 352 312 24 0 16 133 10 63 124 62
Binary 11101010 11001010 10100 0 1110 1011011 1000 110011 1010100 110010

Color Harmonies of #EACA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA14

Black with #EACA14

Text Example


Text Example

White with #EACA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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