Html Css Color HEX #EAC00D Moon Yellow

📋 copy color: '#EAC00D'

red 234 ◦ green 192 ◦ blue 13

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

Shades of Moon Yellow #EAC00D

Tints of Moon Yellow #EAC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.74%

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

R = 53.3%
G = 43.74%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAC00D (or 0xEAC00D) is known color: Moon Yellow. HEX triplet: EA, C0 and 0D. RGB value is (234,192,13). Sum of RGB (Red+Green+Blue) = 234+192+13=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC00D is #153FF2. Grayscale: #B8B8B8. Windows color (decimal): -1392627 or 901354. OLE color: 901354.

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

Color convert

RGB 234 192 13 -
CMYK 0 0.18 0.94 0.08
HSL 48.6º 0.89% 0.48% -
HSV(B) 48.6º 0.94% 0.92% -
XYZ 52.85 55.22 8.25 -
YUV 184.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 234 192 13 0 0.18 0.94 0.08 48.6 0.89 0.48
Hex EA C0 D 0 12 5E 8 31 59 30
Octal 352 300 15 0 22 136 10 61 131 60
Binary 11101010 11000000 1101 0 10010 1011110 1000 110001 1011001 110000

Color Harmonies of #EAC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC00D

Black with #EAC00D

Text Example


Text Example

White with #EAC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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