Html Css Color HEX #EABD12 Moon Yellow

📋 copy color: '#EABD12'

red 234 ◦ green 189 ◦ blue 18

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

Shades of Moon Yellow #EABD12

Tints of Moon Yellow #EABD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.08%

R = 53.06%
G = 42.86%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EABD12 (or 0xEABD12) is known color: Moon Yellow. HEX triplet: EA, BD and 12. RGB value is (234,189,18). Sum of RGB (Red+Green+Blue) = 234+189+18=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD12 is #1542ED. Grayscale: #B7B7B7. Windows color (decimal): -1393390 or 1228266. OLE color: 1228266.

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

Color convert

RGB 234 189 18 -
CMYK 0 0.19 0.92 0.08
HSL 47.5º 0.86% 0.49% -
HSV(B) 47.5º 0.92% 0.92% -
XYZ 52.24 53.93 8.23 -
YUV 182.96 34.91 164.4 -
System Red Green Blue C M Y K H S L
Decimal 234 189 18 0 0.19 0.92 0.08 47.5 0.86 0.49
Hex EA BD 12 0 13 5C 8 30 56 31
Octal 352 275 22 0 23 134 10 60 126 61
Binary 11101010 10111101 10010 0 10011 1011100 1000 110000 1010110 110001

Color Harmonies of #EABD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD12

Black with #EABD12

Text Example


Text Example

White with #EABD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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