Html Css Color HEX #EABB1F Moon Yellow

📋 copy color: '#EABB1F'

red 234 ◦ green 187 ◦ blue 31

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

Shades of Moon Yellow #EABB1F

Tints of Moon Yellow #EABB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.37%

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

R = 51.77%
G = 41.37%
B = 6.86%

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

#EABB1F (or 0xEABB1F) is known color: Moon Yellow. HEX triplet: EA, BB and 1F. RGB value is (234,187,31). Sum of RGB (Red+Green+Blue) = 234+187+31=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB1F is #1544E0. Grayscale: #B7B7B7. Windows color (decimal): -1393889 or 2079722. OLE color: 2079722.

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

Color convert

RGB 234 187 31 -
CMYK 0 0.20 0.87 0.08
HSL 46.11º 0.83% 0.52% -
HSV(B) 46.11º 0.87% 0.92% -
XYZ 51.95 53.13 8.81 -
YUV 183.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 234 187 31 0 0.20 0.87 0.08 46.11 0.83 0.52
Hex EA BB 1F 0 14 57 8 2E 53 34
Octal 352 273 37 0 24 127 10 56 123 64
Binary 11101010 10111011 11111 0 10100 1010111 1000 101110 1010011 110100

Color Harmonies of #EABB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB1F

Black with #EABB1F

Text Example


Text Example

White with #EABB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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