Html Css Color HEX #EAC11D Moon Yellow

📋 copy color: '#EAC11D'

red 234 ◦ green 193 ◦ blue 29

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

Shades of Moon Yellow #EAC11D

Tints of Moon Yellow #EAC11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

 BLUE value IS 29 (11.72% from 255) = 6.36%

R = 51.32%
G = 42.32%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAC11D (or 0xEAC11D) is known color: Moon Yellow. HEX triplet: EA, C1 and 1D. RGB value is (234,193,29). Sum of RGB (Red+Green+Blue) = 234+193+29=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC11D is #153EE2. Grayscale: #BBBBBB. Windows color (decimal): -1392355 or 1950186. OLE color: 1950186.

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

Color convert

RGB 234 193 29 -
CMYK 0 0.18 0.88 0.08
HSL 48º 0.83% 0.52% -
HSV(B) 48º 0.88% 0.92% -
XYZ 53.22 55.72 9.11 -
YUV 186.56 39.08 161.84 -
System Red Green Blue C M Y K H S L
Decimal 234 193 29 0 0.18 0.88 0.08 48 0.83 0.52
Hex EA C1 1D 0 12 58 8 30 53 34
Octal 352 301 35 0 22 130 10 60 123 64
Binary 11101010 11000001 11101 0 10010 1011000 1000 110000 1010011 110100

Color Harmonies of #EAC11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC11D

Black with #EAC11D

Text Example


Text Example

White with #EAC11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC11D; }

 p { color: rgb(234,193,29); }

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

background-color css

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

 a { background-color: rgb(234,193,29); }

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

border-color css

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

 span { border-color: rgb(234,193,29); }

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