Html Css Color HEX #EAC11B Moon Yellow

📋 copy color: '#EAC11B'

red 234 ◦ green 193 ◦ blue 27

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

Shades of Moon Yellow #EAC11B

Tints of Moon Yellow #EAC11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.95%

R = 51.54%
G = 42.51%
B = 5.95%

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

#EAC11B (or 0xEAC11B) is known color: Moon Yellow. HEX triplet: EA, C1 and 1B. RGB value is (234,193,27). Sum of RGB (Red+Green+Blue) = 234+193+27=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC11B is #153EE4. Grayscale: #BBBBBB. Windows color (decimal): -1392357 or 1819114. OLE color: 1819114.

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

Color convert

RGB 234 193 27 -
CMYK 0 0.18 0.88 0.08
HSL 48.12º 0.83% 0.51% -
HSV(B) 48.12º 0.88% 0.92% -
XYZ 53.2 55.71 8.99 -
YUV 186.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 234 193 27 0 0.18 0.88 0.08 48.12 0.83 0.51
Hex EA C1 1B 0 12 58 8 30 53 33
Octal 352 301 33 0 22 130 10 60 123 63
Binary 11101010 11000001 11011 0 10010 1011000 1000 110000 1010011 110011

Color Harmonies of #EAC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC11B

Black with #EAC11B

Text Example


Text Example

White with #EAC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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