Html Css Color HEX #EAC320 Moon Yellow

📋 copy color: '#EAC320'

red 234 ◦ green 195 ◦ blue 32

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

Shades of Moon Yellow #EAC320

Tints of Moon Yellow #EAC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.94%

R = 50.76%
G = 42.3%
B = 6.94%

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

#EAC320 (or 0xEAC320) is known color: Moon Yellow. HEX triplet: EA, C3 and 20. RGB value is (234,195,32). Sum of RGB (Red+Green+Blue) = 234+195+32=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC320 is #153CDF. Grayscale: #BCBCBC. Windows color (decimal): -1391840 or 2147306. OLE color: 2147306.

HSL color Cylindrical-coordinate representation of color #EAC320: hue angle of 48.42º 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 #EAC320 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 195 32 -
CMYK 0 0.17 0.86 0.08
HSL 48.42º 0.83% 0.52% -
HSV(B) 48.42º 0.86% 0.92% -
XYZ 53.71 56.63 9.47 -
YUV 188.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 234 195 32 0 0.17 0.86 0.08 48.42 0.83 0.52
Hex EA C3 20 0 11 56 8 30 53 34
Octal 352 303 40 0 21 126 10 60 123 64
Binary 11101010 11000011 100000 0 10001 1010110 1000 110000 1010011 110100

Color Harmonies of #EAC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC320

Black with #EAC320

Text Example


Text Example

White with #EAC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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