Html Css Color HEX #EAC30D Moon Yellow

📋 copy color: '#EAC30D'

red 234 ◦ green 195 ◦ blue 13

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

Shades of Moon Yellow #EAC30D

Tints of Moon Yellow #EAC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 52.94%
G = 44.12%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAC30D (or 0xEAC30D) is known color: Moon Yellow. HEX triplet: EA, C3 and 0D. RGB value is (234,195,13). Sum of RGB (Red+Green+Blue) = 234+195+13=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC30D is #153CF2. Grayscale: #BABABA. Windows color (decimal): -1391859 or 902122. OLE color: 902122.

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

Color convert

RGB 234 195 13 -
CMYK 0 0.17 0.94 0.08
HSL 49.41º 0.89% 0.48% -
HSV(B) 49.41º 0.94% 0.92% -
XYZ 53.52 56.55 8.48 -
YUV 185.91 30.42 162.3 -
System Red Green Blue C M Y K H S L
Decimal 234 195 13 0 0.17 0.94 0.08 49.41 0.89 0.48
Hex EA C3 D 0 11 5E 8 31 59 30
Octal 352 303 15 0 21 136 10 61 131 60
Binary 11101010 11000011 1101 0 10001 1011110 1000 110001 1011001 110000

Color Harmonies of #EAC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC30D

Black with #EAC30D

Text Example


Text Example

White with #EAC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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