Html Css Color HEX #EABD1D Moon Yellow

📋 copy color: '#EABD1D'

red 234 ◦ green 189 ◦ blue 29

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

Shades of Moon Yellow #EABD1D

Tints of Moon Yellow #EABD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.42%

R = 51.77%
G = 41.81%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EABD1D (or 0xEABD1D) is known color: Moon Yellow. HEX triplet: EA, BD and 1D. RGB value is (234,189,29). Sum of RGB (Red+Green+Blue) = 234+189+29=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD1D is #1542E2. Grayscale: #B8B8B8. Windows color (decimal): -1393379 or 1949162. OLE color: 1949162.

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

Color convert

RGB 234 189 29 -
CMYK 0 0.19 0.88 0.08
HSL 46.83º 0.83% 0.52% -
HSV(B) 46.83º 0.88% 0.92% -
XYZ 52.35 53.98 8.82 -
YUV 184.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 234 189 29 0 0.19 0.88 0.08 46.83 0.83 0.52
Hex EA BD 1D 0 13 58 8 2F 53 34
Octal 352 275 35 0 23 130 10 57 123 64
Binary 11101010 10111101 11101 0 10011 1011000 1000 101111 1010011 110100

Color Harmonies of #EABD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD1D

Black with #EABD1D

Text Example


Text Example

White with #EABD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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