Html Css Color HEX #EAC00F Moon Yellow

📋 copy color: '#EAC00F'

red 234 ◦ green 192 ◦ blue 15

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

Shades of Moon Yellow #EAC00F

Tints of Moon Yellow #EAC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 53.06%
G = 43.54%
B = 3.4%

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

#EAC00F (or 0xEAC00F) is known color: Moon Yellow. HEX triplet: EA, C0 and 0F. RGB value is (234,192,15). Sum of RGB (Red+Green+Blue) = 234+192+15=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC00F is #153FF0. Grayscale: #B9B9B9. Windows color (decimal): -1392625 or 1032426. OLE color: 1032426.

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

Color convert

RGB 234 192 15 -
CMYK 0 0.18 0.94 0.08
HSL 48.49º 0.88% 0.49% -
HSV(B) 48.49º 0.94% 0.92% -
XYZ 52.87 55.23 8.33 -
YUV 184.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 234 192 15 0 0.18 0.94 0.08 48.49 0.88 0.49
Hex EA C0 F 0 12 5E 8 30 58 31
Octal 352 300 17 0 22 136 10 60 130 61
Binary 11101010 11000000 1111 0 10010 1011110 1000 110000 1011000 110001

Color Harmonies of #EAC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC00F

Black with #EAC00F

Text Example


Text Example

White with #EAC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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