Html Css Color HEX #EAC61B Moon Yellow

📋 copy color: '#EAC61B'

red 234 ◦ green 198 ◦ blue 27

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

Shades of Moon Yellow #EAC61B

Tints of Moon Yellow #EAC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

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

R = 50.98%
G = 43.14%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAC61B (or 0xEAC61B) is known color: Moon Yellow. HEX triplet: EA, C6 and 1B. RGB value is (234,198,27). Sum of RGB (Red+Green+Blue) = 234+198+27=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC61B is #1539E4. Grayscale: #BDBDBD. Windows color (decimal): -1391077 or 1820394. OLE color: 1820394.

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

Color convert

RGB 234 198 27 -
CMYK 0 0.15 0.88 0.08
HSL 49.57º 0.83% 0.51% -
HSV(B) 49.57º 0.88% 0.92% -
XYZ 54.32 57.96 9.36 -
YUV 189.27 36.43 159.9 -
System Red Green Blue C M Y K H S L
Decimal 234 198 27 0 0.15 0.88 0.08 49.57 0.83 0.51
Hex EA C6 1B 0 F 58 8 32 53 33
Octal 352 306 33 0 17 130 10 62 123 63
Binary 11101010 11000110 11011 0 1111 1011000 1000 110010 1010011 110011

Color Harmonies of #EAC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC61B

Black with #EAC61B

Text Example


Text Example

White with #EAC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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