Html Css Color HEX #EAC80B Moon Yellow

📋 copy color: '#EAC80B'

red 234 ◦ green 200 ◦ blue 11

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

Shades of Moon Yellow #EAC80B

Tints of Moon Yellow #EAC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 52.58%
G = 44.94%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC80B (or 0xEAC80B) is known color: Moon Yellow. HEX triplet: EA, C8 and 0B. RGB value is (234,200,11). Sum of RGB (Red+Green+Blue) = 234+200+11=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC80B is #1537F4. Grayscale: #BDBDBD. Windows color (decimal): -1390581 or 772330. OLE color: 772330.

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

Color convert

RGB 234 200 11 -
CMYK 0 0.15 0.95 0.08
HSL 50.85º 0.91% 0.48% -
HSV(B) 50.85º 0.95% 0.92% -
XYZ 54.65 58.83 8.79 -
YUV 188.62 27.76 160.37 -
System Red Green Blue C M Y K H S L
Decimal 234 200 11 0 0.15 0.95 0.08 50.85 0.91 0.48
Hex EA C8 B 0 F 5F 8 33 5B 30
Octal 352 310 13 0 17 137 10 63 133 60
Binary 11101010 11001000 1011 0 1111 1011111 1000 110011 1011011 110000

Color Harmonies of #EAC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC80B

Black with #EAC80B

Text Example


Text Example

White with #EAC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC80B; }

 p { color: rgb(234,200,11); }

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

background-color css

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

 a { background-color: rgb(234,200,11); }

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

border-color css

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

 span { border-color: rgb(234,200,11); }

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