Html Css Color HEX #EAC321 Moon Yellow

📋 copy color: '#EAC321'

red 234 ◦ green 195 ◦ blue 33

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

Shades of Moon Yellow #EAC321

Tints of Moon Yellow #EAC321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.21%

 BLUE value IS 33 (13.28% from 255) = 7.14%

R = 50.65%
G = 42.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAC321 (or 0xEAC321) is known color: Moon Yellow. HEX triplet: EA, C3 and 21. RGB value is (234,195,33). Sum of RGB (Red+Green+Blue) = 234+195+33=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC321 is #153CDE. Grayscale: #BCBCBC. Windows color (decimal): -1391839 or 2212842. OLE color: 2212842.

HSL color Cylindrical-coordinate representation of color #EAC321: hue angle of 48.36º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAC321 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 195 33 -
CMYK 0 0.17 0.86 0.08
HSL 48.36º 0.83% 0.52% -
HSV(B) 48.36º 0.86% 0.92% -
XYZ 53.72 56.63 9.54 -
YUV 188.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 234 195 33 0 0.17 0.86 0.08 48.36 0.83 0.52
Hex EA C3 21 0 11 56 8 30 53 34
Octal 352 303 41 0 21 126 10 60 123 64
Binary 11101010 11000011 100001 0 10001 1010110 1000 110000 1010011 110100

Color Harmonies of #EAC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC321

Black with #EAC321

Text Example


Text Example

White with #EAC321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC321; }

 p { color: rgb(234,195,33); }

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

background-color css

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

 a { background-color: rgb(234,195,33); }

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

border-color css

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

 span { border-color: rgb(234,195,33); }

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