Html Css Color HEX #EAC318 Moon Yellow

📋 copy color: '#EAC318'

red 234 ◦ green 195 ◦ blue 24

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

Shades of Moon Yellow #EAC318

Tints of Moon Yellow #EAC318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.3%

R = 51.66%
G = 43.05%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAC318 (or 0xEAC318) is known color: Moon Yellow. HEX triplet: EA, C3 and 18. RGB value is (234,195,24). Sum of RGB (Red+Green+Blue) = 234+195+24=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC318 is #153CE7. Grayscale: #BBBBBB. Windows color (decimal): -1391848 or 1623018. OLE color: 1623018.

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

Color convert

RGB 234 195 24 -
CMYK 0 0.17 0.90 0.08
HSL 48.86º 0.83% 0.51% -
HSV(B) 48.86º 0.9% 0.92% -
XYZ 53.61 56.59 8.96 -
YUV 187.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 234 195 24 0 0.17 0.90 0.08 48.86 0.83 0.51
Hex EA C3 18 0 11 5A 8 31 53 33
Octal 352 303 30 0 21 132 10 61 123 63
Binary 11101010 11000011 11000 0 10001 1011010 1000 110001 1010011 110011

Color Harmonies of #EAC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC318

Black with #EAC318

Text Example


Text Example

White with #EAC318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC318; }

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

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

background-color css

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

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

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

border-color css

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

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

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