Html Css Color HEX #EABD1B Moon Yellow

📋 copy color: '#EABD1B'

red 234 ◦ green 189 ◦ blue 27

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

Shades of Moon Yellow #EABD1B

Tints of Moon Yellow #EABD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6%

R = 52%
G = 42%
B = 6%

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

#EABD1B (or 0xEABD1B) is known color: Moon Yellow. HEX triplet: EA, BD and 1B. RGB value is (234,189,27). Sum of RGB (Red+Green+Blue) = 234+189+27=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD1B is #1542E4. Grayscale: #B8B8B8. Windows color (decimal): -1393381 or 1818090. OLE color: 1818090.

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

Color convert

RGB 234 189 27 -
CMYK 0 0.19 0.88 0.08
HSL 46.96º 0.83% 0.51% -
HSV(B) 46.96º 0.88% 0.92% -
XYZ 52.33 53.97 8.7 -
YUV 183.99 39.41 163.67 -
System Red Green Blue C M Y K H S L
Decimal 234 189 27 0 0.19 0.88 0.08 46.96 0.83 0.51
Hex EA BD 1B 0 13 58 8 2F 53 33
Octal 352 275 33 0 23 130 10 57 123 63
Binary 11101010 10111101 11011 0 10011 1011000 1000 101111 1010011 110011

Color Harmonies of #EABD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD1B

Black with #EABD1B

Text Example


Text Example

White with #EABD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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