Html Css Color HEX #EAC323 Moon Yellow

📋 copy color: '#EAC323'

red 234 ◦ green 195 ◦ blue 35

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

Shades of Moon Yellow #EAC323

Tints of Moon Yellow #EAC323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.54%

R = 50.43%
G = 42.03%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC323 (or 0xEAC323) is known color: Moon Yellow. HEX triplet: EA, C3 and 23. RGB value is (234,195,35). Sum of RGB (Red+Green+Blue) = 234+195+35=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC323 is #153CDC. Grayscale: #BDBDBD. Windows color (decimal): -1391837 or 2343914. OLE color: 2343914.

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

Color convert

RGB 234 195 35 -
CMYK 0 0.17 0.85 0.08
HSL 48.24º 0.83% 0.53% -
HSV(B) 48.24º 0.85% 0.92% -
XYZ 53.75 56.64 9.69 -
YUV 188.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 234 195 35 0 0.17 0.85 0.08 48.24 0.83 0.53
Hex EA C3 23 0 11 55 8 30 53 35
Octal 352 303 43 0 21 125 10 60 123 65
Binary 11101010 11000011 100011 0 10001 1010101 1000 110000 1010011 110101

Color Harmonies of #EAC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC323

Black with #EAC323

Text Example


Text Example

White with #EAC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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