Html Css Color HEX #EABC1F Moon Yellow

📋 copy color: '#EABC1F'

red 234 ◦ green 188 ◦ blue 31

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

Shades of Moon Yellow #EABC1F

Tints of Moon Yellow #EABC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 51.66%
G = 41.5%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EABC1F (or 0xEABC1F) is known color: Moon Yellow. HEX triplet: EA, BC and 1F. RGB value is (234,188,31). Sum of RGB (Red+Green+Blue) = 234+188+31=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC1F is #1543E0. Grayscale: #B8B8B8. Windows color (decimal): -1393633 or 2079978. OLE color: 2079978.

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

Color convert

RGB 234 188 31 -
CMYK 0 0.20 0.87 0.08
HSL 46.4º 0.83% 0.52% -
HSV(B) 46.4º 0.87% 0.92% -
XYZ 52.16 53.56 8.88 -
YUV 183.86 41.74 163.77 -
System Red Green Blue C M Y K H S L
Decimal 234 188 31 0 0.20 0.87 0.08 46.4 0.83 0.52
Hex EA BC 1F 0 14 57 8 2E 53 34
Octal 352 274 37 0 24 127 10 56 123 64
Binary 11101010 10111100 11111 0 10100 1010111 1000 101110 1010011 110100

Color Harmonies of #EABC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC1F

Black with #EABC1F

Text Example


Text Example

White with #EABC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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