Html Css Color HEX #EAC90C Moon Yellow

📋 copy color: '#EAC90C'

red 234 ◦ green 201 ◦ blue 12

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

Shades of Moon Yellow #EAC90C

Tints of Moon Yellow #EAC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.97%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 52.35%
G = 44.97%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC90C (or 0xEAC90C) is known color: Moon Yellow. HEX triplet: EA, C9 and 0C. RGB value is (234,201,12). Sum of RGB (Red+Green+Blue) = 234+201+12=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC90C is #1536F3. Grayscale: #BEBEBE. Windows color (decimal): -1390324 or 838122. OLE color: 838122.

HSL color Cylindrical-coordinate representation of color #EAC90C: hue angle of 51.08º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAC90C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 12 -
CMYK 0 0.14 0.95 0.08
HSL 51.08º 0.9% 0.48% -
HSV(B) 51.08º 0.95% 0.92% -
XYZ 54.88 59.29 8.9 -
YUV 189.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 234 201 12 0 0.14 0.95 0.08 51.08 0.9 0.48
Hex EA C9 C 0 E 5F 8 33 5A 30
Octal 352 311 14 0 16 137 10 63 132 60
Binary 11101010 11001001 1100 0 1110 1011111 1000 110011 1011010 110000

Color Harmonies of #EAC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC90C

Black with #EAC90C

Text Example


Text Example

White with #EAC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC90C; }

 p { color: rgb(234,201,12); }

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

background-color css

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

 a { background-color: rgb(234,201,12); }

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

border-color css

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

 span { border-color: rgb(234,201,12); }

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