Html Css Color HEX #EABD1F Moon Yellow

📋 copy color: '#EABD1F'

red 234 ◦ green 189 ◦ blue 31

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

Shades of Moon Yellow #EABD1F

Tints of Moon Yellow #EABD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.83%

R = 51.54%
G = 41.63%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EABD1F (or 0xEABD1F) is known color: Moon Yellow. HEX triplet: EA, BD and 1F. RGB value is (234,189,31). Sum of RGB (Red+Green+Blue) = 234+189+31=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD1F is #1542E0. Grayscale: #B9B9B9. Windows color (decimal): -1393377 or 2080234. OLE color: 2080234.

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

Color convert

RGB 234 189 31 -
CMYK 0 0.19 0.87 0.08
HSL 46.7º 0.83% 0.52% -
HSV(B) 46.7º 0.87% 0.92% -
XYZ 52.38 53.99 8.96 -
YUV 184.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 234 189 31 0 0.19 0.87 0.08 46.7 0.83 0.52
Hex EA BD 1F 0 13 57 8 2F 53 34
Octal 352 275 37 0 23 127 10 57 123 64
Binary 11101010 10111101 11111 0 10011 1010111 1000 101111 1010011 110100

Color Harmonies of #EABD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD1F

Black with #EABD1F

Text Example


Text Example

White with #EABD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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