Html Css Color HEX #EABD11 Moon Yellow

📋 copy color: '#EABD11'

red 234 ◦ green 189 ◦ blue 17

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

Shades of Moon Yellow #EABD11

Tints of Moon Yellow #EABD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 53.18%
G = 42.95%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EABD11 (or 0xEABD11) is known color: Moon Yellow. HEX triplet: EA, BD and 11. RGB value is (234,189,17). Sum of RGB (Red+Green+Blue) = 234+189+17=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD11 is #1542EE. Grayscale: #B7B7B7. Windows color (decimal): -1393391 or 1162730. OLE color: 1162730.

HSL color Cylindrical-coordinate representation of color #EABD11: hue angle of 47.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EABD11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 17 -
CMYK 0 0.19 0.93 0.08
HSL 47.56º 0.86% 0.49% -
HSV(B) 47.56º 0.93% 0.92% -
XYZ 52.23 53.93 8.19 -
YUV 182.85 34.41 164.49 -
System Red Green Blue C M Y K H S L
Decimal 234 189 17 0 0.19 0.93 0.08 47.56 0.86 0.49
Hex EA BD 11 0 13 5D 8 30 56 31
Octal 352 275 21 0 23 135 10 60 126 61
Binary 11101010 10111101 10001 0 10011 1011101 1000 110000 1010110 110001

Color Harmonies of #EABD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD11

Black with #EABD11

Text Example


Text Example

White with #EABD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD11; }

 p { color: rgb(234,189,17); }

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

background-color css

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

 a { background-color: rgb(234,189,17); }

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

border-color css

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

 span { border-color: rgb(234,189,17); }

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