Html Css Color HEX #EABD10 Moon Yellow

📋 copy color: '#EABD10'

red 234 ◦ green 189 ◦ blue 16

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

Shades of Moon Yellow #EABD10

Tints of Moon Yellow #EABD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 53.3%
G = 43.05%
B = 3.64%

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

#EABD10 (or 0xEABD10) is known color: Moon Yellow. HEX triplet: EA, BD and 10. RGB value is (234,189,16). Sum of RGB (Red+Green+Blue) = 234+189+16=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD10 is #1542EF. Grayscale: #B7B7B7. Windows color (decimal): -1393392 or 1097194. OLE color: 1097194.

HSL color Cylindrical-coordinate representation of color #EABD10: hue angle of 47.61º degrees, saturation: 0.87, 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 #EABD10 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 16 -
CMYK 0 0.19 0.93 0.08
HSL 47.61º 0.87% 0.49% -
HSV(B) 47.61º 0.93% 0.92% -
XYZ 52.22 53.93 8.15 -
YUV 182.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 234 189 16 0 0.19 0.93 0.08 47.61 0.87 0.49
Hex EA BD 10 0 13 5D 8 30 57 31
Octal 352 275 20 0 23 135 10 60 127 61
Binary 11101010 10111101 10000 0 10011 1011101 1000 110000 1010111 110001

Color Harmonies of #EABD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD10

Black with #EABD10

Text Example


Text Example

White with #EABD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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